delete_user

This action deactivates an existing user from ExtraView. It does not delete the user record from the database. This is because historic records contain references to users and their name must remain available for display.

SYNTAX

http://www.myserver.com/evj/ExtraView/ev_api.action?
user_id=username
&password=password
&statevar=delete_user
&security_user_id=userID

NOTES

You must provide an existing userID. The command will fail if you pass a name other than security_user_id. You must have update permission to the security key named SE_SECURITY_USER before you can execute the command.