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

An app-level roles for a specific app for this role's composite

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

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/roles/{role-name}/composites/application-by-id/{appId}An app-level roles for a specific app for this role's composite

Method Detail

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

An app-level roles for a specific app for this role's composite

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

RoleContainerResource.getApplicationByIdRoleComposites({'realm': /* name realm name (not id!) */,
  'role-name': /* roleName role's name (not id!) */,
  'appId': /* appId */});

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