Create Invitation
Create a new user invitation.
This endpoint creates a new invitation for a user to join the organization.
The invitation will be sent to the specified email address.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
Display name for the invited user
email
Email address to send the invitation to
roles
List of roles to assign to the user
Response
The created invitation details
invitation_id
Unique identifier for the invitation
inviter
Details about the user who sent the invitation
invitee
Details about the user being invited
invitation_url
URL for the user to accept the invitation
created_at
Timestamp when the invitation was created
expires_at
Timestamp when the invitation expires
roles
List of roles that will be assigned upon acceptance