cURL
curl --request GET \ --url https://api.timbal.ai/orgs/{org_id}/users \ --header 'Authorization: Bearer <token>'
{ "org_users": [ { "email": "<string>", "role": "<string>", "id": "<string>", "name": "<string>", "photo_url": "<string>" } ], "next_page_token": "<string>" }
List users in an organization
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Optional search query to filter users by name
Page token for pagination
Users listed successfully
List of users in the organization
Show child attributes
Token to fetch the next page, or null if this is the last page