Interface OrganizationMemberResource


public interface OrganizationMemberResource
  • Method Details

    • toRepresentation

      @GET @Produces("application/json") MemberRepresentation toRepresentation()
    • delete

      @DELETE jakarta.ws.rs.core.Response delete()
    • getOrganizations

      @Path("organizations") @GET @Produces("application/json") List<OrganizationRepresentation> getOrganizations()
      Returns the organizations associated with the user
      Returns:
      the organizations associated with the user
      Since:
      Keycloak server 26