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:
| Copyright © 2012 CA. Tous droits réservés. | Envoyer un courriel à CA Technologies sur cette rubrique |