Skip to main content
POST
/
permissions
Error
A valid request URL is required to generate request examples
{
  "userEmail": "[email protected]",
  "permission": "admin"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Represents a system-level permission assignment for administrative functions

userEmail
string<email>

The email address of the user to grant system permissions to

permission
enum<string>

The system-level permission role to grant

Available options:
admin

Response

System permission created successfully

Represents a system-level permission assignment for administrative functions

userEmail
string<email>

The email address of the user to grant system permissions to

permission
enum<string>

The system-level permission role to grant

Available options:
admin