Create Organiztion Invitation
POST
/v1/organization_invitationsThe Create Organization Invitation API allows administrators to send an invitation to a new user to join the organization. By providing the necessary details, such as the recipient’s email and role, this API generates and sends an invitation, enabling the recipient to join the organization with the specified permissions.
Request
Body Params application/json
email
string <email>
required
Email of the invitee
role
enum<string>
optional
Role assigned to the invitee
Allowed values:
owneradminmemberrestricted
Example
{
"email": "user@example.com",
"role": "owner"
}
Request samples
Responses
Created(201)
HTTP Code: 201
Content Type : JSONapplication/json
Data Schema
data
#/definitions/1419946required
Example
Not configured
Last modified: 3 months ago