Create a user invitation
Invite a user to an Organization.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
organizationId
The ID of the Organization to invite the user to.
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.
Errors
400
Create User Invite Body Bad Request Error
401
Create User Invite Body Unauthorized Error
403
Create User Invite Body Forbidden Error
404
Create User Invite Body Not Found Error
500
Create User Invite Body Internal Server Error