Management APIApp roles
List app roles for user
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Path Parameters
userID*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/user-management/management-users/string/app-roles"{
"appRoles": [
{
"id": "string",
"subjectId": "string",
"subjectType": "string",
"appName": "string",
"role": "string",
"createdAt": "2019-08-24T14:15:22Z"
}
]
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}