Organization
User
Invite member to organization
Send an invitation email to a user to join the organization. If the user doesn't exist, a pending user will be created.
post/v1/organizations/{organizationRef}/members/invite
Request body
Example request
{
"email": "user@example.com",
"role_id": "9bsv0s46s6s002p9ltq0"
}Response
Example response
Changes
No recorded changes to this endpoint across all 25 revisions of this API.