Interface OrganizationMemberResource
public interface OrganizationMemberResource
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
delete()
Returns the organizations associated with the user
-
Method Details
-
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
-