Sha256: 53c723fce3074cde6ed9c77d913c30b8163fbc3b3fd27bb1eccd1912a8b68edc
Contents?: true
Size: 1.19 KB
Versions: 4
Compression:
Stored size: 1.19 KB
Contents
# VoucherifySdk::ManagementProjectsUsersGetUserResponseBody ## 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] | | **first_name** | **String** | The first name of the user who has been assigned to the project. | [optional] | | **last_name** | **String** | The last name of the user who has been assigned to the project. | [optional] | | **projects** | **Hash<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] | | **is_owner** | **Boolean** | Determines if the user is the owner for the organization in Voucherify. | [optional] |
Version data entries
4 entries across 4 versions & 1 rubygems