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": "b50b569a-2f88-4e60-b678-b0808c377332" }
application/xml, text/xml
Sample:
<MessageUser xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Name>sample string 1</Name> <Purpk>b50b569a-2f88-4e60-b678-b0808c377332</Purpk> </MessageUser>