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.

Changes

Changed in 1 of the 11 revisions of this API.1

Of the 11 revisions, 1 has no diff computed.