Path: / admin / realms / {realm} / roles-by-id / {role-id} / composites / realm

Return a set of realm-level roles that are in the role's composite

Path parameters:
realm - realm name (not id!)
role-id -

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/roles-by-id/{role-id}/composites/realmReturn a set of realm-level roles that are in the role's composite

Method Detail

GET /admin/realms/{realm}/roles-by-id/{role-id}/composites/realm

Return a set of realm-level roles that are in the role's composite

HTTP Example:
GET /admin/realms/{realm}/roles-by-id/{role-id}/composites/realm
API Example:

RoleByIdResource.getRealmRoleComposites({'realm': /* name realm name (not id!) */,
  'role-id': /* id */});

Output:
Set<RoleRepresentation> -
Produces:
application/json