Skip to main content
POST
Create system permission

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