Get role by ID
Roles & Permissions
Get role by ID
Returns a specific role by its ID. Requires the role.list permission.
GET
Get role by ID
Documentation Index
Fetch the complete documentation index at: https://docs.rinne.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT token for user authentication
Path Parameters
Role ID
Response
Role details
Role ID
Example:
"a3dbd0c2-9f79-4f86-8caa-47779b3f2793"
Role name
Example:
"admin"
Array of permission strings
Example:
["user.create", "user.read", "role.create"]
Creation timestamp
Example:
"2024-01-01T00:00:00.000Z"
Last update timestamp
Example:
"2024-01-01T00:00:00.000Z"
Role description
Example:
"Administrator role with full access"
Company ID for company-specific roles
Example:
"a3dbd0c2-9f79-4f86-8caa-47779b3f2793"
Organization role ID for role inheritance
Example:
"a3dbd0c2-9f79-4f86-8caa-47779b3f2794"

