DeleteUser
From
(Difference between revisions)
Latest revision as of 20:47, 27 February 2019
Contents |
[edit] Method
DeleteUserResult deleteUser(UserIDBean userID, String userPK, int updateIndex)
[edit] Description
Attempts to mark a specified user record as deleted on the server, thus permanently disabling the use of that user to logon.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
String | userPK | The primary key of the user record to delete. |
int | updateIndex | The current update index of the user. |