list_organization_users
Lists users in an organization with pagination. Provide environment and organization IDs to retrieve a tabular view of members, then decide whether to fetch the next page.
Instructions
List all users in the selected organization. Requires environmentId parameter (format: env_). It needs the following parameters: organizationId, pageToken. Show the response in tabular structured manner. After fetching each page, client should ask if it should pull next page or not.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageToken | No | ||
| environmentId | Yes | ||
| organizationId | Yes |