cURL
curl --request PATCH \ --url https://api.getoutbox.ai/settings/staff \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "staff_id": "<string>", "role": 2 } '
Update a staff member’s role
Company API Key
Staff update details
ID of the staff member to update
New permission level (1=read, 2=write, 3=create, 4=admin)
1 <= x <= 4
Staff member updated successfully