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