Update a member
Update user permissions in the account. Developers and translators need project_ids and locale_ids assigned to access them. Access token scope must include team.manage.
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Body
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.
"set"
Member role, can be any of of Admin, ProjectManager, Developer, Designer, Translator
"Developer"
List of project ids the user has access to.
"abcd1234abcd1234abcd1234,abcd1234abcd1234abcd1235"
List of locale ids the user has access to.
"abcd1234abcd1234abcd1234,abcd1234abcd1234abcd1235"
List of default locales for the user.
["en", "fi"]List of spaces the user is assigned to.
[
"abcd1234abcd1234abcd1234",
"abcd1234abcd1234abcd1235"
]Additional permissions depending on member role. Available permissions are create_upload and review_translations
{
"create_upload": true,
"review_translations": true
}