Skip to main content
POST
/
orgs
/
{org_id}
/
iam
/
users
cURL
curl --request POST \
  --url https://api.timbal.ai/orgs/{org_id}/iam/users \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "emails": [
    "<string>"
  ],
  "send_email": true
}
'

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
emails
string[]
required

Email addresses to invite to the organization.

send_email
boolean

Whether to send an invitation email to each invitee. Defaults to true.

Response

204

User invited successfully