search
Search identities, accounts, access profiles, roles, or entitlements in SailPoint Identity Security Cloud using query syntax to find specific data for identity governance and access management.
Instructions
Perform a search across identities, accounts, access profiles, roles, or entitlements using query syntax.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| indices | Yes | Indices to search (e.g., ['identities', 'accounts']) | |
| query | Yes | Search query string (e.g., 'name:John AND department:Engineering') | |
| queryType | No | Query type (default: SAILPOINT) | |
| sort | No | Sort fields (e.g., ['name', '-created']) | |
| searchAfter | No | Pagination cursor for results beyond 10,000 | |
| limit | No | Maximum number of results (default 100, max 10000) |