GET UserInfo?pk={pk}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pk | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MessageUser| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Purpk | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Purpk": "a7b46b0f-e899-4fb4-8af1-e2a3c3dc517e"
}
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>a7b46b0f-e899-4fb4-8af1-e2a3c3dc517e</Purpk> </MessageUser>