Rubrique précédente: Implementing the Authentication Gateway

Rubrique suivante: LDAP Integration

Deactivating a User

Deactivating a user is enabled using the DeactivateUser method. This method, located in /WebServices/UserManagementService.asmx, is utilized to block a user from logging into CA Business Service Insight. For example, users performing four consecutive failed logins are blocked.

void DeactivateUser(string username, string organization)

This method receives two arguments, user name and organization. It does not return a value (it is void).

The web service namespace is: http://CA.com.

Notes: