lokalise_create_usergroup
Create user groups in Lokalise to manage team permissions, organize role-based access control, and configure project-specific permissions for efficient localization workflow management.
Instructions
Creates a new user group in a Lokalise team for organized permission management. Required: teamId, name, isReviewer, isAdmin. Optional: adminRights, languages, projects, members. Use to establish role-based access control, organize team permissions, or set up project-specific groups. Returns: Created group with assigned ID and configuration.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | Team ID to create user group in | |
| name | Yes | Name of the user 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 | |
| projects | No | Initial projects to assign to the group | |
| members | No | Initial members to add to the group |