Create Organization Invite
Create an invite to an organization
Request
Request body
application/json
Email of the user to invite
A title to appear in the user's profile & invitation page
A message to appear in the invitation email
Scopes to give to the user in relation to this organization
Expiration date of the invitation. Default: 7 days
Responses
Invite created
Bad request - The request is not valid or missing required parameters.
Unauthorized - The request is not allowed because the client or user is not authenticated.
Forbidden - The request is not allowed because the client or user does not have the necessary permissions.
Not found - The requested resource does not exist.
Unprocessable entity - The data provided in the request is not valid.
Too many requests - The client has sent too many requests in a given amount of time.
Internal server error - An unexpected error occurred while processing the request.