Skip to main content
POST
/
permissions
{
  "userEmail": "jsmith@example.com",
  "permission": "admin"
}

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
I