list_users
Retrieve user information from Zoho Projects to manage team members and assign tasks. Use this tool to view all users in a specific project or across your entire portal.
Instructions
List users in a portal or project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID (optional for portal-level) |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"description": "Project ID (optional for portal-level)",
"type": "string"
}
},
"type": "object"
}