lokalise_list_contributors
List team members with roles and permissions in a Lokalise project. Use to audit access, check language assignments, or prepare permission changes before adding new members.
Instructions
Lists all team members in a project with their roles and permissions. Required: projectId. Optional: limit (100), page. Use to audit team access, check language assignments, or prepare permission changes. Returns: Contributors with email, role, admin status, and language permissions. Use before adding new members to avoid duplicates.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID to list contributors for | |
| limit | No | Number of contributors to return (1-100, default: 100) | |
| page | No | Page number for pagination (default: 1) |