GET UserInfo?pk={pk}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pk | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MessageUserName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Purpk | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "Purpk": "33d77de3-af28-4a7d-a6b1-24f779afaea1" }
application/xml, text/xml
Sample:
<MessageUser xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Name>sample string 1</Name> <Purpk>33d77de3-af28-4a7d-a6b1-24f779afaea1</Purpk> </MessageUser>