GET api/users/user/{userId}/getMergedUserId
Retrieves the latest UserID for a merged user.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userId |
User ID. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LatestUserIDName | Description | Type | Additional information |
---|---|---|---|
CurrentUserID |
The most current UserID |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "CurrentUserID": 1 }
application/xml, text/xml
Sample:
<LatestUserID xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CurrentUserID>1</CurrentUserID> </LatestUserID>