Skip to main content

List Users

Retrieves a list of your current account users.

Example Output

[
{
"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

Workflow LibraryPreview this Workflow on desktop