lokalise_update_usergroup
Modify user group permissions and access levels in Lokalise to adjust reviewer/admin roles, language rights, and team structure configurations.
Instructions
Updates a user group's properties including permissions and assignments. Required: teamId, groupId, name, isReviewer, isAdmin. Optional: adminRights, languages. Use to adjust group permissions, modify access levels, or reorganize team structure. Returns: Updated group configuration. Note: Cannot modify projects/members here - use dedicated tools.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | Team ID containing the user group | |
| groupId | Yes | User group ID to update | |
| name | Yes | New name for the group | |
| isReviewer | Yes | Whether group members are reviewers | |
| isAdmin | Yes | Whether group members are admins | |
| adminRights | No | Admin rights for the group if isAdmin is true | |
| languages | No | Language permissions for the group |