Offset
parameter as long as the result metadata has a next_offset
value.
If Username
is not provided, the list will contain all users.
If Username
is provided, the list will either contain a single user (if a match was found) or no users.
Note: This action requires the Grant resource - Read
API permission.
External DocumentationTo learn more, visit the Duo documentation.
Basic Parameters
Parameter | Description |
---|---|
Username | Specify a user name (or username alias) to look up a single user. |
Advanced Parameters
Parameter | Description |
---|---|
Limit | The maximum number of records to retrieve. Defaults to 100 , with maximum value of 300 . |
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 . |