External DocumentationTo learn more, visit the Cisco Advanced Phishing Protection documentation.
Actions
List Users
Retrieve a list all of users in the organization.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Creation Time | Filter by user creation date and time. |
| Filter by user email address. | |
| Full Name | Filter by user full name. |
| Limit | The amount of records to be returned. |
| Offset | The offset of the returned records. |
[
{
"id": 0,
"created_at": "2024-01-29T20:51:36.901Z",
"updated_at": "2024-01-29T20:51:36.901Z",
"full_name": "string",
"email": "user@example.com"
}
]
Was this page helpful?