{ "opencollection": "1.0.0", "info": { "name": "InsightAppSec Accounts Users API", "version": "v1" }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Search users", "type": "http" }, "http": { "method": "POST", "url": "https://[region].api.insight.rapid7.com/ias/v1/idr/v1/users/_search", "params": [ { "name": "index", "value": "0", "type": "query", "description": "The optional, 0 based index of the page to retrieve. Must be an integer greater than or equal to 0." }, { "name": "size", "value": "20", "type": "query", "description": "The optional size of the page to retrieve. Must be an integer greater than 0 or less than or equal to 1000." } ], "body": { "type": "json", "data": "{}" } }, "docs": "A search API for users. You can search for users matching the given search criteria.
| Field | Can Search? | Can Sort? | Type |
|---|---|---|---|
| first_name | Yes | Yes | String |
| last_name | Yes | Yes | String |
| name | Yes | Yes | String |
| domain | Yes | No | Rapid7 Resource Name)." } ] } ], "bundled": true }