Skip to main content
PATCH
/
settings
/
company
/
staff
Update Staff Member Role
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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

staff_id
string<uuid>
role
integer
Required range: 1 <= x <= 4

Response

200

Role updated.