Get Users In Organization
garoon-get-users-in-organizationRetrieve users belonging to a specific organization in Garoon, with pagination support via limit and offset parameters.
Instructions
Get users from a specific organization with support for pagination parameters (limit, offset) in Garoon.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of users to return (1-1000, default: 100) | |
| offset | No | Number of users to skip from the beginning (default: 0) | |
| organizationId | Yes | Organization unique ID as a numeric string (e.g., 12345) |
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 |