Offset parameter as long as the result metadata has a next_offset value.
External DocumentationTo learn more, visit the Duo documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Offset parameter as long as the result metadata has a next_offset value.
| Parameter | Description |
|---|---|
| Group ID | Group ID to look up users for. |
| Parameter | Description |
|---|---|
| Limit | The maximum number of phones to retrieve. Defaults to 100 with a maximum of 500. |
| Offset | The offset from 0 at which to start record retrieval. When used with Limit, the handler will return limit records starting at the n-th record, where n is the offset.Defaults to 0. |
{
"metadata": {
"total_objects": 1
},
"response": [
{
"user_id": "DUAL2RWXZLAF353T9DFH",
"username": "test-user"
}
],
"stat": "OK"
}
Was this page helpful?