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

      @Path("members") OrganizationMembersResource members()
    • invitations

      @Path("invitations") OrganizationInvitationsResource invitations()
      Returns:
      OrganizationInvitationsResource to manage organization invitations
      Since:
      Keycloak server 26.5.0.
    • identityProviders

      @Path("identity-providers") OrganizationIdentityProvidersResource identityProviders()