Get Organizations
garoon-get-organizationsSearch for Garoon organizations by name to retrieve ID, name, and code data. Supports pagination with optional limit and offset parameters.
Instructions
Get Garoon organization's name, ID, and code data by searching for organization names - supports pagination with optional limit and offset parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Organization name to search for (e.g., 'Sales Department', 'Engineering', 'HR') | |
| limit | No | Maximum number of organizations to return (1-1000, default: 100 - server default) | |
| offset | No | Starting position for results (0 or greater, default: 0 - server default) |
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 |