Details about the user assigned to the project.
Name | Type | Description |
---|---|---|
id | String | The unique identifier of the user who has been assigned to the project. |
login | String | The login data of the user who has been assigned to the project. |
String | The email address of the user who has been assigned to the project. | |
firstName | String | The first name of the user who has been assigned to the project. |
lastName | String | The last name of the user who has been assigned to the project. |
projects | Map<String, String> | Lists key-value pairs, where the key is the project to which the user is assigned. The value is the role assigned in a given project. The predefined Voucherify roles are: `ADMIN`, `USER`, `VIEWER`, `MERCHANT`, `USER_RESTRICTED` (for the Areas and Stores, an Enterprise feature). |
isOwner | Boolean | Determines if the user is the owner for the organization in Voucherify. |