Users
Get Role
Retrieve a role by its ID
GET
/
roles
/
{id}
Authorizations
lume-api-key
string
headerrequiredPath Parameters
id
string
requiredResponse
200 - application/json
A role is an object containing permissions that can be assigned to users.
id
string
requiredThe id of the role
name
string
requiredThe name of the role
permissions
string[]
requiredThe permissions associated with the role
updated_at
string | null
requiredThe date and time this role was last updated
created_at
string
requiredThe date and time this role was created
description
string | null
The description of the role