cURL
curl --request POST \ --url https://api.timbal.ai/orgs/{org_id}/users \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>" } '
Invite a user to an organization
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
User invited successfully