v11

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-07-065662751.8 MB
RBACUsers

Create a new RBAC User

Create a new RBAC User

post/{workspace}/rbac/users

Path parameters

workspacestring required
Example:team-payments

The name of the workspace

Request body

commentstring nullable

Any comments associated with the user.

created_atinteger nullable

Unix epoch when the resource was created.

enabledboolean nullable

Wether or not the user has RBAC enabled.

idstring nullable

A string representing a UUID (universally unique identifier).

namestring nullable required

The name of the user.

updated_atinteger nullable

Unix epoch when the resource was last updated.

user_tokenstring nullable required
user_token_identstring nullable

The user token.

Response

Successfully created RBAC User

commentstring nullable

Any comments associated with the user.

created_atinteger nullable

Unix epoch when the resource was created.

enabledboolean nullable

Wether or not the user has RBAC enabled.

idstring nullable

A string representing a UUID (universally unique identifier).

namestring nullable required

The name of the user.

updated_atinteger nullable

Unix epoch when the resource was last updated.

user_tokenstring nullable required
user_token_identstring nullable

The user token.