Management
Invite a New User
Sends an invitation to an email address that has not been used yet as a Voucherify user login.
You can specify the projects to which the invited user will be assigned and define their roles.
post/management/v1/projects/users/invite
Request body
Example request
{
"email": "alex.doe@your-domain-name.com",
"first_name": "Alex",
"last_name": "Doe",
"projects": {
"proj_ExPr0jID": "USER",
"proj_ExPr0jId": "role_XyZ7aB9cD2eF4gH1iJ0kL5mN6oP8qR3s"
}
}Response
Returns no content if the invitation has been sent successfully.