PUT api/content/v4/getuserprofile
Request Information
URI Parameters
None.
Body Parameters
APIGetUserProfileRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| UniqueId | globally unique identifier |
None. |
|
| UserUniqueId | integer |
None. |
|
| ProfileUserUniqueId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"UniqueId": "b18fb5ef-de96-4599-bd9f-c881133a283d",
"UserUniqueId": 3,
"ProfileUserUniqueId": 4
}
application/xml, text/xml
Sample:
<APIGetUserProfileRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model"> <CustomerId>1</CustomerId> <ProfileUserUniqueId>4</ProfileUserUniqueId> <UniqueId>b18fb5ef-de96-4599-bd9f-c881133a283d</UniqueId> <UserUniqueId>3</UserUniqueId> </APIGetUserProfileRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APICommonWrapperOfAPIGetUserProfileResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | HttpStatusCode |
None. |
|
| Message | string |
None. |
|
| Data | APIGetUserProfileResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 100,
"Message": "sample string 1",
"Data": {
"ContactId": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"MiddleName": "sample string 4",
"Email": "sample string 5",
"ProfileUrl": "sample string 6",
"TotalCheckins": 7,
"TotalFavorites": 8,
"TotalFollowers": 9,
"TotalFollowing": 10,
"TotalWishList": 11,
"TotalLocations": 12,
"TotalBeers": 13,
"TotalPhotos": 14,
"TotalTours": 15,
"TotalBadges": 16,
"TotalNotifications": 17,
"Address1": "sample string 18",
"Address2": "sample string 19",
"City": "sample string 20",
"State": "sample string 21",
"Country": "sample string 22",
"ZipCode": "sample string 23",
"Phone": "sample string 24",
"BirthDay": "2026-01-16T04:34:49.1598951+00:00",
"Gender": "sample string 25",
"ShowBadge": true,
"FacebookId": "sample string 27",
"GoogleId": "sample string 28",
"AppleId": "sample string 29",
"ExternalUserName": "sample string 30",
"ExternalUserNameGoogle": "sample string 31",
"ExternalUserNameApple": "sample string 32"
}
}
application/xml, text/xml
Sample:
<APICommonWrapperOfAPIGetUserProfileResponseZdSfSp5S xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
<Data>
<Address1>sample string 18</Address1>
<Address2>sample string 19</Address2>
<AppleId>sample string 29</AppleId>
<BirthDay>2026-01-16T04:34:49.1598951+00:00</BirthDay>
<City>sample string 20</City>
<ContactId>1</ContactId>
<Country>sample string 22</Country>
<Email>sample string 5</Email>
<ExternalUserName>sample string 30</ExternalUserName>
<ExternalUserNameApple>sample string 32</ExternalUserNameApple>
<ExternalUserNameGoogle>sample string 31</ExternalUserNameGoogle>
<FacebookId>sample string 27</FacebookId>
<FirstName>sample string 2</FirstName>
<Gender>sample string 25</Gender>
<GoogleId>sample string 28</GoogleId>
<LastName>sample string 3</LastName>
<MiddleName>sample string 4</MiddleName>
<Phone>sample string 24</Phone>
<ProfileUrl>sample string 6</ProfileUrl>
<ShowBadge>true</ShowBadge>
<State>sample string 21</State>
<TotalBadges>16</TotalBadges>
<TotalBeers>13</TotalBeers>
<TotalCheckins>7</TotalCheckins>
<TotalFavorites>8</TotalFavorites>
<TotalFollowers>9</TotalFollowers>
<TotalFollowing>10</TotalFollowing>
<TotalLocations>12</TotalLocations>
<TotalNotifications>17</TotalNotifications>
<TotalPhotos>14</TotalPhotos>
<TotalTours>15</TotalTours>
<TotalWishList>11</TotalWishList>
<ZipCode>sample string 23</ZipCode>
</Data>
<Message>sample string 1</Message>
<Status>Continue</Status>
</APICommonWrapperOfAPIGetUserProfileResponseZdSfSp5S>