Users
Invite new user
Invite a user to the account.
User will receive an email. The new user will receive an invitation email with a link to create an account password, the existing user will be notified about the invitation to the account.
post/iam/clients/invite_user
Request body
Example request
{
"user_role": {
"id": 1,
"name": "Administrators"
}
}Response
OK.