Previous Topic: Task Operation TypesNext Topic: A Task Operations Example


How Task Operations Work

Completing a typical CA IdentityMinder admin task using remote requests is a three-step process that requires the operation types search, query, and execute be called in the following sequence:

  1. Retrieve a list of managed objects using the search operation which corresponds to the CA IdentityMinder admin task.
  2. Retrieve profile and relationship information for a particular managed object using the corresponding query operation.
  3. Submit a remote request for CA IdentityMinder to execute the admin action on the managed object.

Most admin task operations, such as Modify User, Modify Group, and Modify Admin Task, have corresponding search and query operations for retrieving objects and profile data. For example, the three operations to modify a user are:

Note: Not all CA IdentityMinder admin tasks require the three-step process. The SelfRegistration task can be completed with one remote request.