Invite User
Invite a user to join the tenant associated with the API key.
Query Parameters
sendNotificationbool
Defaults to true; sends a notification email with the invite link.
HTTP Request Examples
{
"fullname": "Some person",
"email": "some.person@example.com"
}
HTTP Response Examples
200
{
"Status": true,
"Message": "Invited",
"Response": {
"useruid": "7b6ca6d5-eeb1-47e7-ad3e-855786e0f83a"
}
}