Invites a user to a specific customer.
Once invited, the target user will receive an email with a link that must be clicked in order to:
- complete the registration if the invited user is a new user.
- accept the invitation by performing an explicit login.
Required permissions: READ_GUEST_USER, INVITE_GUEST_USER.
The name of the target tenant (e.g. acme).
The customer identifier where the user must be invited to.
The invited user details.
The invited user first name.
The invited user last name.
The invited user email address.
Invite succeeded.
The id of the invited user.
Request data not valid.
The error response.
User not authenticated.
The error response.
User not authorized.
The error response.
Resource was not found.
The error response.
API call rate limit exeeded.
The error response.
Internal server error.
The error response.