Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.24 KB

File metadata and controls

12 lines (8 loc) · 1.24 KB

Voucherify.ManagementProjectsUsersInviteCreateRequestBody

Properties

Name Type Description Notes
email String Email address to which the invitation will be sent. Must be a valid email address. [optional]
firstName String First name of the person who will receive the invitation. The name will be used in the user profile. [optional]
lastName String Last name of the person who will receive the invitation. The name will be used in the user profile. [optional]
projects {String: String} In the key, provide the project ID to which the new user will be assigned. In the value, provide the role which the user will have in the project. The predefined Voucherify roles are: `ADMIN`, `USER`, `VIEWER`, `MERCHANT`, `USER_RESTRICTED` (for the Areas and Stores, an Enterprise feature). Send a custom role ID (Enterprise feature) to assign a custom role. To find the custom role ID: If you are an admin, go to Voucherify Dashboard, Team settings, and Roles tab. Click on a custom role. The custom role ID is in the URL in the format `role_XyZ7aB9cD2eF4gH1iJ0kL5mN6oP8qR3s`. [optional]