cURL
curl --request POST \ --url https://{cluster}.voucherify.io/management/v1/projects/users/invite \ --header 'Content-Type: application/json' \ --header 'X-Management-Id: <api-key>' \ --header 'X-Management-Token: <api-key>' \ --data '{ "email": "alex.doe@your-domain-name.com", "first_name": "Alex", "last_name": "Doe", "projects": { "proj_ExPr0jID": "USER", "proj_ExPr0jId": "role_XyZ7aB9cD2eF4gH1iJ0kL5mN6oP8qR3s" } }'
This response does not have an example.
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.
Show child attributes
Was this page helpful?