{realm}-clients-{id}-scope-mappings-realm
Number of APIs: 5
- 
Get realm-level roles associated with the client’s scope GET {{baseUrl}}/:realm/clients/:id/scope-mappings/realm 
- 
Add a set of realm-level roles to the client’s scope POST {{baseUrl}}/:realm/clients/:id/scope-mappings/realm 
- 
Remove a set of realm-level roles from the client’s scope DELETE {{baseUrl}}/:realm/clients/:id/scope-mappings/realm 
- 
Get realm-level roles that are available to attach to this client’s scope GET {{baseUrl}}/:realm/clients/:id/scope-mappings/realm/available 
- 
Get effective realm-level roles associated with the client’s scope What this does is recurse any composite roles associated with the client’s scope and adds the roles to this lists. GET {{baseUrl}}/:realm/clients/:id/scope-mappings/realm/composite?briefRepresentation=true