GET
/
roles
/
{id}

Authorizations

lume-api-key
string
headerrequired

Path Parameters

id
string
required

Response

200 - application/json

A role is an object containing permissions that can be assigned to users.

id
string
required

The id of the role

name
string
required

The name of the role

permissions
string[]
required

The permissions associated with the role

updated_at
string | null
required

The date and time this role was last updated

created_at
string
required

The date and time this role was created

description
string | null

The description of the role