cURL
curl --request GET \ --url https://api.exec.com/rest/v1/scenarios/{scenario_id}/access \ --header 'Authorization: Bearer <token>'
{ "user_email": "[email protected]", "scenario_id": "s1c2e3n4a5r6", "permissions": { "can_view": true, "can_share": true, "can_monitor": false, "can_edit": false } }
Check if a user has access to a specific scenario and what permission level they have.
API key created in Settings > API.
Format: exec_live_ followed by 40 alphanumeric characters.
exec_live_
The scenario ID
Email of the user to check access for
User's permission levels for the scenario
Email of the user checked
Show child attributes