Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.39 KB

File metadata and controls

17 lines (13 loc) · 1.39 KB

Voucherify.Model.ManagementProjectsUsersGetUserResponseBody

Details about the user assigned to the project.

Properties

Name Type Description Notes
Id string The unique identifier of the user who has been assigned to the project. [optional]
Login string The login data of the user who has been assigned to the project. [optional]
Email string The email address of the user who has been assigned to the project. [optional]
FirstName string The first name of the user who has been assigned to the project. [optional]
LastName string The last name of the user who has been assigned to the project. [optional]
Projects Dictionary<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). [optional]
IsOwner bool? Determines if the user is the owner for the organization in Voucherify. [optional]

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