Skip to main content
PATCH
/
orgs
/
{org_id}
/
users
cURL
curl --request PATCH \
  --url https://api.timbal.ai/orgs/{org_id}/users \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "role": "user"
}
'

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

org_id
string
required

Body

application/json
email
string
required

User's email address

role
string
required

User's role in the organization. Standard values are admin and user. Custom roles are available — contact sales for more information

Example:

"user"

Response

204

User role updated successfully