Get all roles from kmanage-api
Get all roles from kmanage-api
Responses
- 200
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
error object
errorCode string
errorDescription string
roleList object[]
roleName string
status string
warning object[]
warningCode string
warningDescription string
{
"error": {
"errorCode": "string",
"errorDescription": "string"
},
"roleList": [
{
"roleName": "string"
}
],
"status": "string",
"warning": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Unauthorized
Forbidden
Not Found
Loading...