GetUserDetail
From
(Difference between revisions)
m (Made generic for Timecard/EService) |
|||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
− | Gets the full set of details for a single | + | Gets the full set of details for a single user. |
== Parameters == | == Parameters == |
Latest revision as of 21:03, 9 November 2005
Contents |
[edit] Method
GetUserDetailResult getUserDetail(UserIDBean userID, String userPK)
[edit] Description
Gets the full set of details for a single user.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
String | userPK | The primary key of the user to get. |