Skip to main content
GET
List roles assigned to a group

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

group_name
string
required

Response

List of group roles retrieved successfully

id
integer
required

Unique identifier for the role

Example:

1

name
string
required

Role name

Example:

"data_analyst:read"

description
string
required

Role description

Example:

"Data analysts with read access to analytics dashboards"

created_by
string | null

CPF of the user who created this role (null for system roles)

Example:

"12345678901"

created_at
string | null

ISO timestamp when the role was created (null for system roles)

Example:

"2024-01-15T10:30:00Z"