POST api/ActionService/GetUserInfoFromKey
Documentation for 'GetUserInfoFromKey'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| UserKey | Documentation for 'UserKey'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Permalink": "sample string 1"
}
application/xml, text/xml
Sample:
<UserKey xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.MessageBase"> <Permalink>sample string 1</Permalink> </UserKey>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"Message": {
"id": 1,
"ConceptId": 2,
"username": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"DisplayName": "sample string 6",
"ProfileUrl": "sample string 7",
"UserImageFolder": "sample string 8",
"UserImage": "sample string 9",
"Name": "sample string 10",
"CustomerName": "sample string 11",
"ImageVersion_Index1": "sample string 12",
"ImageVersion_Index2": "sample string 13",
"ImageVersion_Index3": "sample string 14",
"IsUrlChoosen": 15,
"StripeDepositMoneyProcessed": true,
"TagLine": "sample string 17",
"hasTagline": true,
"ProfileDescription": "sample string 19"
}
}
application/xml, text/xml
Sample:
<ResponseBaseOfUserInfoK8eNC3q0 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.MessageBase">
<Message xmlns:d2p1="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages">
<d2p1:ConceptId>2</d2p1:ConceptId>
<d2p1:CustomerName>sample string 11</d2p1:CustomerName>
<d2p1:DisplayName>sample string 6</d2p1:DisplayName>
<d2p1:FirstName>sample string 4</d2p1:FirstName>
<d2p1:ImageVersion_Index1>sample string 12</d2p1:ImageVersion_Index1>
<d2p1:ImageVersion_Index2>sample string 13</d2p1:ImageVersion_Index2>
<d2p1:ImageVersion_Index3>sample string 14</d2p1:ImageVersion_Index3>
<d2p1:IsUrlChoosen>15</d2p1:IsUrlChoosen>
<d2p1:LastName>sample string 5</d2p1:LastName>
<d2p1:Name>sample string 10</d2p1:Name>
<d2p1:ProfileDescription>sample string 19</d2p1:ProfileDescription>
<d2p1:ProfileUrl>sample string 7</d2p1:ProfileUrl>
<d2p1:StripeDepositMoneyProcessed>true</d2p1:StripeDepositMoneyProcessed>
<d2p1:TagLine>sample string 17</d2p1:TagLine>
<d2p1:UserImage>sample string 9</d2p1:UserImage>
<d2p1:UserImageFolder>sample string 8</d2p1:UserImageFolder>
<d2p1:hasTagline>true</d2p1:hasTagline>
<d2p1:id>1</d2p1:id>
<d2p1:username>sample string 3</d2p1:username>
</Message>
<status>sample string 1</status>
</ResponseBaseOfUserInfoK8eNC3q0>