Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.13 KB

File metadata and controls

16 lines (12 loc) · 1.13 KB

MemberUpdateParameters

Properties

Name Type Description Notes
strategy str Update strategy, can be any of set, add, remove. If provided, it will set, add or remove given spaces, projects and locale ids from users access list. [optional]
role str Member role, can be any of of Admin, ProjectManager, Developer, Designer, Translator [optional]
project_ids str List of project ids the user has access to. [optional]
locale_ids str List of locale ids the user has access to. [optional]
default_locale_codes List[str] List of default locales for the user. [optional]
space_ids List[str] List of spaces the user is assigned to. [optional]
permissions Dict[str, str] Additional permissions depending on member role. Available permissions are `create_upload` and `review_translations` [optional]

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