DeleteUser
From
(Difference between revisions)
m (Made generic for Timecard/EService) |
|||
Line 26: | Line 26: | ||
== Return Value == | == Return Value == | ||
[[DeleteUserResult]] | [[DeleteUserResult]] | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | ''See also, [http://eservicewebtest.econz.com/SOAP/timecard_wsdl_doc.html#op.idm45578448952048 auto generated] doc.'' |
Revision as of 01:39, 8 February 2017
Contents |
Method
DeleteUserResult deleteUser(UserIDBean userID, String userPK, int updateIndex)
Description
Attempts to mark a specified user record as deleted on the server, thus permanently disabling the use of that user to logon.
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. |
Return Value
See also, auto generated doc.