list_users
Retrieve all users within a ClickUp workspace. Specify a workspace ID or use the default to manage team access and collaboration effectively.
Instructions
List all users in the workspace
Input Schema
Name | Required | Description | Default |
---|---|---|---|
workspace_id | No | Workspace ID (optional, uses default if not provided) |
Input Schema (JSON Schema)
{
"properties": {
"workspace_id": {
"description": "Workspace ID (optional, uses default if not provided)",
"type": "string"
}
},
"type": "object"
}