Parameter | Description |
---|---|
Account ID | The account ID for which to retrieve the user inventory data. The Account ID can be obtained by the List Accounts action. |
Integration IDs | A comma separated list of integrations IDs to filter by. Integration IDs can be obtained by the List Integrations action. |
Privileged Only | Return only users with at least one privileged role from within the scope of integrations. |
User’s Email | Filter by a specified user’s email address. |
{
"status": "ok",
"data": [
{
"account_id": "a96bf5f45ed644b3e05cf22f",
"department": "Sales",
"domain": "adaptive-shield.com",
"country": "United States",
"company": "",
"email": "bill.brown@adaptive-shield.com",
"enabled": false,
"exposures": [
{
"base_check_id": "6115d96198c27a5dcf344e77",
"id": "617a57f4fa93e0e7f8b6d01a",
"impact": "Medium",
"name": "Inactive Users",
"security_domain": "Access Control",
"integration": {
"alias": "Learning",
"id": "6175d5dcab806fc2e8626de6",
"saas_name": "Docebo"
}
}
],
"exposures_total": 11,
"full_name": "Bill Brown",
"integrations": [
{
"id": "60a52ecd6bb3939b7339e8ee",
"alias": "Learning",
"enable": false,
"groups": [],
"privileged_roles": [],
"saas_name": "Slack",
"user_type": [
"External user"
]
},
{
"id": "5fba2c02c5adde89216dae73",
"alias": "Sales",
"enable": false,
"groups": [],
"privileged_roles": [
"Reports Reader"
],
"saas_name": "Office 365",
"user_type": []
}
],
"integrations_total": 22,
"roles": 11,
"title": ""
}
],
"total_size": 890,
"next_page_uri": "https://api.adaptive-shield.com/api/v1/accounts/5ed644ba96bf5f43e05cf22f/user_inventory?offset=100&limit=100"
}
Was this page helpful?