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": "[email protected]",//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": "[email protected]",
        "first_name": "Red",
        "last_name": "Panda",
        "account_id": 21040,
        "is_admin": false,
        "is_active": true,
        "template_rule_id": null,
        "integ_ad_sid": null
    },
]

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