Actions
List Phones
Returns a paged list of phones.
To fetch all results, call repeatedly with the offset parameter as long as the result metadata has a next_offset value.
If no number or extension parameters are provided, the list will contain all phones.
Otherwise, the list will contain either single phone (if a match was found), or no phones.
Requires “Grant read resource” API permission.
Basic Parameters
Parameter | Description |
---|---|
Extension | The phone extension, if necessary. |
Number | Specify a phone number in E.164 format to look up a single phone. |
Advanced Parameters
Parameter | Description |
---|---|
Limit | The maximum number of records returned.Default: 100; Max: 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.Default: 0 |
Example Output
Workflow Library Example
List Phones with Duo and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?