Interface OrganizationResource
public interface OrganizationResource
-
Method Details
-
toRepresentation
@GET @Produces("application/json") org.keycloak.representations.idm.OrganizationRepresentation toRepresentation() -
update
@PUT @Consumes("application/json") jakarta.ws.rs.core.Response update(org.keycloak.representations.idm.OrganizationRepresentation organization) -
delete
@DELETE jakarta.ws.rs.core.Response delete() -
members
-
invitations
- Returns:
OrganizationInvitationsResourceto manage organization invitations- Since:
- Keycloak server 26.5.0.
-
identityProviders
-