Send Invite Link
Send Invite link.
POST
/tenants/invite
Send an Invite link for a new user. For Tenant Admin role only.
Request Body
Name
Type
Description
Array
Tenant Invite
{
content:
application/json:
schema:
oneOf:
- $ref: '#/components/schemas/SuccessInviteWithCode'
- $ref: '#/components/schemas/SuccessResponse'
}
Last updated