Manage environments & users
Enable/Disable panic mode
curl --location --request PATCH 'https://api.flagship.io/v1/accounts/{ACCOUNT_ID}/account_environments/{ACCOUNT_ENVIRONMENT_ID}/panic' \
--header 'Authorization: Bearer {ACCESS_TOKEN}' \
--header 'Content-Type: application/json' \
--data-raw '{
"panic": "on"
}'View environment users
curl --location --request GET 'https://api.flagship.io/v1/accounts/(ACCOUNT_ID}/account_environments/{ACCOUNT_ENVIRONMENT_ID}/users' \
--header 'Authorization: Bearer {ACCESS_TOKEN}' \
--data-raw ''Add/Edit user rights
Delete users
Last updated
Was this helpful?

