API Reference
Log in to see full request history

List of Users

Retrieves a list of your current account users.

See Authentication below.

Sample Response

[ { "id": 1632238, // this is the field that is your asset panda id it will be an int value "email": "pandazen@assetpanda.com",//user id that would be used for login to asset panda "first_name": "apollo", "last_name": "panda", "account_id": 21040, "is_admin": false, "is_active": true, "template_rule_id": null, "integ_ad_sid": null //if Active Directory or Azure Active directory exist this field will be //populated from the integration }, { "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 }, ]
Headers
string
required
Response

Language
Click Try It! to start a request and see the response here!