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

uuidstringRequired
The organization's unique identifier

Request

This endpoint expects an object.
emailstringRequired
The email of the user being invited

Response

Created
resourceobject
Organization Invitation object

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error