Create a user invitation
Invite a user to an Organization.
Path parameters
organizationId
The ID of the Organization to invite the user to.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
inviteeEmail
The email of the user to invite.
role
The user’s Organization role.
Allowed values:
Response
OK
expiresAt
The time when the invite is expired in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ
.
inviteId
The invite ID.
invitee
inviter
organizationId
The ID of the Organization where the invite was sent.
organizationName
The name of the Organization where the invite was sent.
userId
The ID for the user who was invited.