Skip to main content
POST
Roles with what they grant and who holds them.

Headers

Prefer
enum<string>

Preference

Available options:
return=representation,
return=minimal,
return=none,
resolution=ignore-duplicates,
resolution=merge-duplicates

Query Parameters

select
string

Filtering Columns

Body

role_settings

Roles with what they grant and who holds them.

is_system marks the ones provisioning rewrites — editing those is undone on the next deploy.

code
string<character varying>
Maximum string length: 60
description
string<text>
id
string<uuid>

Note: This is a Primary Key.

is_active
boolean<boolean>
is_system
boolean<boolean>
name
string<character varying>
Maximum string length: 150
permission_codes
string<jsonb>
permissions
integer<bigint>
row_version
integer<bigint>
users
integer<bigint>

Response

201

Created