getv2users
Retrieve a paginated list of Gong users in 100-row batches using a cursor for efficient data navigation and management.
Instructions
List Gong users (100-row pages)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No |
Input Schema (JSON Schema)
{
"properties": {
"cursor": {
"type": "string"
}
},
"type": "object"
}