v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBUsers
Send invitation emails
Sends emails to one or more users inviting them to join the organization.
post/api/v2/user_invitations
Request body
Example request
{
"data": []
}Response
OK
Example response
{
"data": [
{
"relationships": {
"user": {
"data": {
"id": "00000000-0000-0000-2345-000000000000",
"type": "users"
}
}
},
"type": "user_invitations"
}
]
}