> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Users

Retrieves a list of your current account users.

## Example Output

```json theme={"dark"}
[
    {
        "id": 1632238,
        "email": "pandazen@assetpanda.com",
        "first_name": "apollo",
        "last_name": "panda",
        "account_id": 21040,
        "is_admin": false,
        "is_active": true,
        "template_rule_id": null,
        "integ_ad_sid": null
    },
    {
        "id": 1773934,
        "email": "redpanda@assetpanda.com",
        "first_name": "Red",
        "last_name": "Panda",
        "account_id": 21040,
        "is_admin": false,
        "is_active": true,
        "template_rule_id": null,
        "integ_ad_sid": null
    },
]
```

## Workflow Library Example

[List Users with Asset Panda and Send Results Via Email](https://library.blinkops.com/workflows/list-users-with-asset-panda-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-users-with-asset-panda-and-send-results-via-email/canvas" />
</div>
