{realm}-groups-{id}-role-mappings-clients/{client}

Number of APIs: 5

  1. Get client-level role mappings for the user, and the app GET {{baseUrl}}/:realm/groups/:id/role-mappings/clients/:client

  2. Add client-level roles to the user role mapping POST {{baseUrl}}/:realm/groups/:id/role-mappings/clients/:client

  3. Delete client-level roles from user role mapping DELETE {{baseUrl}}/:realm/groups/:id/role-mappings/clients/:client

  4. Get available client-level roles that can be mapped to the user GET {{baseUrl}}/:realm/groups/:id/role-mappings/clients/:client/available

  5. Get effective client-level role mappings This recurses any composite roles GET {{baseUrl}}/:realm/groups/:id/role-mappings/clients/:client/composite?briefRepresentation=true