Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1.12 KB

ManagementProjectsCreateRequestBodyUsersItem.md

File metadata and controls

15 lines (9 loc) · 1.12 KB

ManagementProjectsCreateRequestBodyUsersItem

Contains details about the users who will be assigned to the project. Only the id and role or login and role should be provided in the request.

Properties

Name Type Description Notes
id str 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 str 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 str 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.

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