OK
Unauthorized request. Make sure token was included and is valid and try again.
Forbidden. You are not permitted to access the requested resource.
curl -i -X GET \ http://localhost:8081/user-service/v1/role/descendants \ -H 'x-auth-token: YOUR_API_KEY_HERE'
[- {
- "name": "string",
- "description": "string",
- "childRoles": [
- {
- "name": "string",
- "description": "string",
- "internal": false,
- "privileges": [
- {
- "name": "string",
- "description": "string"
}
]
}
], - "privileges": [
- {
- "name": "string",
- "description": "string"
}
]
}
]