get_workspace_users
Retrieve all users within a specific workspace using the provided workspace ID. Enables efficient user management and integration with Clockify time tracking API.
Instructions
Get all users in a workspace
Input Schema
Name | Required | Description | Default |
---|---|---|---|
workspaceId | Yes | Workspace ID |
Input Schema (JSON Schema)
{
"properties": {
"workspaceId": {
"description": "Workspace ID",
"type": "string"
}
},
"required": [
"workspaceId"
],
"type": "object"
}