Sha256: 4ef450b1c059ff241ce7faf7a89485dbab64340cebf4fb82baa77ff2f12cd407

Contents?: true

Size: 844 Bytes

Versions: 5

Compression:

Stored size: 844 Bytes

Contents

# VoucherifySdk::ManagementProjectsCreateRequestBodyUsersItem

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The unique identifier of the user who will be assigned to the project. It can be found in Team Settings > Team > Edit member. **Required** with the `role` string.  Do **not** use with the `login` string. | [optional] |
| **login** | **String** | The login data of the user who will be assigned to the project. **Required** with the `role` string.  Do **not** use with the `id` string. | [optional] |
| **role** | **String** | The role of the user to be added. It can be one of the following predefined roles: `ADMIN`, `USER`, `VIEWER`, `MERCHANT` or an ID of a custom role. |  |

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
voucherify-8.0.3 docs/ManagementProjectsCreateRequestBodyUsersItem.md
voucherify-8.0.2 docs/ManagementProjectsCreateRequestBodyUsersItem.md
voucherify-8.0.1 docs/ManagementProjectsCreateRequestBodyUsersItem.md
voucherify-8.0.0 docs/ManagementProjectsCreateRequestBodyUsersItem.md
voucherify-7.0.0 docs/ManagementProjectsCreateRequestBodyUsersItem.md