Create Organization Invitation
Create an invitation to an organization
Authentication
AuthorizationBearer
Bearer token authentication
Request
This endpoint expects an object.
email
The email address of the user to invite
role
The role(s) to assign to the user. It can be admin, member, owner. Eg: “member”
teamId
organizationId
The organization ID to invite the user to
resend
Resend the invitation email, if the user is already invited. Eg: true
Response
Success
id
email
role
organizationId
inviterId
status
expiresAt
createdAt
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error