Get role information
GET/api/management/v1/useradm/roles/:id
Plan Requirement
This endpoint requires a Enterprise plan subscription.
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Returns role information. This endpoint is deprecated. Please use /api/management/v2/useradm/roles/{id} togheter with /api/management/v2/useradm/permission_sets/{id} instead.
Request
Responses
- 200
- 401
- 404
- 500
Successful response - a role information is returned.
Unauthorized.
The role was not found.
Internal Server Error.