Skip to main content
POST
Grant scenario access

Authorizations

Authorization
string
header
required

API key created in Settings > API.

Format: exec_live_ followed by 40 alphanumeric characters.

Path Parameters

scenario_id
string
required

Scenario identifier

Body

application/json
user_email
string<email>
required

Email of the user to grant access to

permission_level
enum<string>
required

Permission level to grant

Available options:
view,
share,
monitor,
edit

Response

Access granted successfully

user_email
string<email>

Email of the user granted access

scenario_id
string

Scenario identifier

permission_level
enum<string>

Permission level granted

Available options:
view,
share,
monitor,
edit
granted
boolean

Whether the access was successfully granted