How Task Operations Work
Completing a typical idmgr 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:
cim1265
Completing a typical
CA Identity Manager
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: - Retrieve a list of managed objects using the search operation which corresponds to theCA Identity Manageradmin task.
- Retrieve profile and relationship information for a particular managed object using the corresponding query operation.
- Submit a remote request forCA Identity Managerto 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:
- ModifyUserSearch
- ModifyUserQuery
- ModifyUser
Not all
CA Identity Manager
admin tasks require the three-step process. The SelfRegistration task can be completed with one remote request.