You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
String
Member role, can be any of of Admin, ProjectManager, Developer, Designer, Translator
[optional]
project_ids
String
List of project ids the user has access to.
[optional]
locale_ids
String
List of locale ids the user has access to. This is project-scoped and must be paired with `project_ids` (and `strategy`) to take effect; it does not grant account-wide language access.
[optional]
default_locale_codes
Array<String>
List of default locales for the user, applied across all of the user's projects. This is the account-level field corresponding to "Language access" in the translator profile UI.
[optional]
space_ids
Array<String>
List of spaces the user is assigned to.
[optional]
permissions
Hash<String, String>
Additional permissions depending on member role. Available permissions are `create_upload` and `review_translations`