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" } '
Update a user’s role in an organization
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
User's email address
User's role in the organization. Standard values are admin and user. Custom roles are available — contact sales for more information
admin
user
"user"
User role updated successfully