curl --request PATCH \
--url https://api.getoutbox.ai/settings/company/staff/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"staff_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"role": 2
}
'Change an existing staff member’s role/permission level on the authenticated company.
curl --request PATCH \
--url https://api.getoutbox.ai/settings/company/staff/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"staff_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"role": 2
}
'Documentation Index
Fetch the complete documentation index at: https://docs.getoutbox.ai/llms.txt
Use this file to discover all available pages before exploring further.