Invite User to Organization
Invites a user to an organization.
<Info title="Required scopes">
> `organizations:write`
</Info>
Authentication
AuthorizationBearer
OAuth 2.0
OR
AuthorizationBearer
Personal Access Token
Path parameters
uuid
The organization's unique identifier
Request
This endpoint expects an object.
email
The email of the user being invited
Response
Created
resource
Organization Invitation object
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error