Path: / admin / realms / {realm} / applications / {app-name} / scope-mappings / realm / available

Get list of realm-level roles that are available to attach to this client's scope.

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

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/applications/{app-name}/scope-mappings/realm/availableGet list of realm-level roles that are available to attach to this client's scope.

Method Detail

GET /admin/realms/{realm}/applications/{app-name}/scope-mappings/realm/available

Get list of realm-level roles that are available to attach to this client's scope.

HTTP Example:
GET /admin/realms/{realm}/applications/{app-name}/scope-mappings/realm/available
API Example:

ScopeMappedResource.getAvailableRealmScopeMappings({'realm': /* name realm name (not id!) */,
  'app-name': /* name */});

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