GET /admin/realms/{realm}/users/{username}/role-mappings/applications/{app}Get application-level role mappings for this user for a specific app
- HTTP Example:
GET /admin/realms/{realm}/users/{username}/role-mappings/applications/{app} - Output:
- List<RoleRepresentation> -
- Produces:
- application/json
|
POST /admin/realms/{realm}/users/{username}/role-mappings/applications/{app}Add application-level roles to the user role mapping.
- HTTP Example:
POST /admin/realms/{realm}/users/{username}/role-mappings/applications/{app} - Input:
- List<RoleRepresentation>
- Output:
- void
- Consumes:
- application/json
|
DELETE /admin/realms/{realm}/users/{username}/role-mappings/applications/{app}Delete application-level roles from user role mapping.
- HTTP Example:
DELETE /admin/realms/{realm}/users/{username}/role-mappings/applications/{app} - Input:
- List<RoleRepresentation>
- Output:
- void
- Consumes:
- application/json
|