Path: / admin / realms / {realm} / users / {username} / role-mappings / applications-by-id / {appId} / composite

Get effective application-level role mappings. This recurses any composite roles

Path parameters:
realm - realm name (not id!)
username -
appId -

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/users/{username}/role-mappings/applications-by-id/{appId}/compositeGet effective application-level role mappings.

Method Detail

GET /admin/realms/{realm}/users/{username}/role-mappings/applications-by-id/{appId}/composite

Get effective application-level role mappings. This recurses any composite roles

HTTP Example:
GET /admin/realms/{realm}/users/{username}/role-mappings/applications-by-id/{appId}/composite
API Example:

UserApplicationRoleMappingsResource.getCompositeApplicationRoleMappings({'realm': /* name realm name (not id!) */,
  'username': …,
  'appId': …});

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