Actions
List Account Activities
This gets a collection of account activities that satisfy the given query parameters.
Basic Parameters
Parameter | Description |
---|---|
Filters | Filter results using the standard syntax described in V3 API Standard Collection ParametersFiltering is supported for the following fields and operators:type: eq, increated: gt, lt, ge, lemodified: gt, lt, ge, le. |
Advanced Parameters
Parameter | Description |
---|---|
Limit | Max number of results to return.See V3 API Standard Collection Parameters for more information. |
Offset | Offset into the full result set. Usually specified with limit to paginate through the results.See V3 API Standard Collection Parameters for more information. |
Regarding Identity | The specified identity will be either the requester or target of the account activity. me indicates the current user. Mutually exclusive with requested-for and requested-by. |
Requested By | The identity that requested the activity. me indicates the current user. Mutually exclusive with regarding-identity. |
Requested For | The identity that the activity was requested for. me indicates the current user. Mutually exclusive with regarding-identity. |
Sorters | Sort results using the standard syntax described in V3 API Standard Collection ParametersSorting is supported for the following fields: type, created, modified. |
Example Output
Workflow Library Example
List Account Activities with Sailpoint and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?