Interface OrganizationResource
public interface OrganizationResource
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Responsedelete()members()jakarta.ws.rs.core.Responseupdate(OrganizationRepresentation organization)
-
Method Details
-
toRepresentation
-
update
@PUT @Consumes("application/json") jakarta.ws.rs.core.Response update(OrganizationRepresentation organization) -
delete
@DELETE jakarta.ws.rs.core.Response delete() -
members
-
invitations
- Returns:
OrganizationInvitationsResourceto manage organization invitations- Since:
- Keycloak server 26.5.0.
-
identityProviders
-