Create Invite
Invite a user to join the organization by email.
On plans that draw members from a finite pool of purchased seats, the invite automatically consumes a seat from the lowest tier with availability; there is no seat-tier parameter. When no seat is free the request fails with a 400 error rather than purchasing a seat.
post/v1/organizations/invites?beta=true
Headers
Request body
Example request
{
"email": "user@emaildomain.com",
"role": "user"
}Response
Successful Response
Example response
{
"email": "user@emaildomain.com",
"expires_at": "2024-11-20T23:58:27.427722Z",
"id": "invite_015gWxCN9Hfg2QhZwTK7Mdeu",
"invited_at": "2024-10-30T23:58:27.427722Z"
}