organizations
Send invitations via email
Allows an organization admin to invite users via email.
post/organizations/{orgId}/invitations/email
Path parameters
orgIdstring uuid required
Example:a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11
The organization's ID.
- Must be a valid UUID.
Request body
Example request
{
"invitees": [
{
"email": "user@example.com",
"role": "org_user"
}
]
}Response
Successfully sent the invitations.
Changes
No recorded changes to this endpoint across all 1 revision of this API.