Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.22 KB

ManagementProjectsUsersInviteCreateRequestBody.md

File metadata and controls

16 lines (10 loc) · 1.22 KB

ManagementProjectsUsersInviteCreateRequestBody

Request body schema for POST /management/v1/projects/users/invite.

Properties

Name Type Description Notes
email str Email address to which the invitation will be sent. Must be a valid email address. [optional]
first_name str First name of the person who will receive the invitation. The name will be used in the user profile. [optional]
last_name str Last name of the person who will receive the invitation. The name will be used in the user profile. [optional]
projects object 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. [optional]

[Back to Model list] [Back to API list] [Back to README]