UnregisterUsers enables an application to unregister selected users from Informatica MDM Hub. The application sends a list of user names, presumably representing users in the enterprise’s authentication system (for example, LDAP).
The application provides a list of user names, and Informatica MDM Hub removes them. Informatica MDM Hub ignores unregistrations of users that are not registered in Informatica MDM Hub.
Informatica MDM Hub unregisters the users within a transaction. If an error occurs, it rolls back all changes.
Transaction Support
When executed within an EJB context, this request can be part of a transaction with other requests. If there is a failure in any of the requests within a transaction, the entire transaction is rolled back.
Use Case
This is the common scenario for using the UnregisterUsers request:
Bulk unregistering with Informatica MDM Hub
— Based on external authentication information, you can use unregistreUsers to bulk unregister users.