Gets the list of all the operations that are performed on accounts of this tenant.

Entitlements required: manageAppAccessAdmin (Manage application lifecycle), manageAppAccessOwner (Manage application entitlements), readAppConfig (Read Application Configuration)

Query Params
string

Search query to filter the operation records. It can be based on type and status fields. Free text search is also supported.

Examples:

  1. "type=AP" - Get all operations of type account provisioning

  2. "status=FAILED" - Get all failed operations

  3. "type=AR&status=SUCCESS" - Get all successful account restore operations.

  4. "q=John" - Get all operation entries with text matching John in the application name or account username filed.

string

Attribute to sort the results. Supported attributes are:

  1. lastUpdatedTime: Timestamp when operation record was last updated

  2. account userName: account username (Default).

Specify - before the attribute for descending results

Responses

401

User not Authorised.

Language
URL
Choose an example:
application/json