Get Garoon Users
garoon-get-usersRetrieve user data from Garoon by searching name or code. Supports pagination and self-referential queries to get current user info.
Instructions
Get user data (name, ID, code) from Garoon by searching name/code. IMPORTANT: Omit name parameter for self-referential queries ('me', 'my', 'I', 'myself', 私, 僕, 自分) to return current user info. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | A searchable display name or user code. IMPORTANT: Omit for self-referential queries ('me', 'my', 'I', 'myself', 私, 僕, 自分) to return current user info. | |
| limit | No | Maximum number of users to return (1-1000, default: 100) | |
| offset | No | Number of users to skip from the beginning (default: 0) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message. Present on error | |
| result | No | Result of the operation. Present on success | |
| status | No | HTTP status code from the Garoon API. Present only when the error is an HTTP error response | |
| responseText | No | Raw response body from the Garoon API. Present only when the error is an HTTP error response |