PUT api/Content/v2/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": "b6a31cc5-fbbd-4d40-977b-f56ed831a20f",
"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>b6a31cc5-fbbd-4d40-977b-f56ed831a20f</UniqueId> <UserUniqueId>3</UserUniqueId> </APIGetUserProfileRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIGetUserProfileResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactId | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| MiddleName | string |
None. |
|
| string |
None. |
||
| ProfileUrl | string |
None. |
|
| TotalCheckins | integer |
None. |
|
| TotalFavorites | integer |
None. |
|
| TotalFollowers | integer |
None. |
|
| TotalFollowing | integer |
None. |
|
| TotalWishList | integer |
None. |
|
| TotalLocations | integer |
None. |
|
| TotalBeers | integer |
None. |
|
| TotalPhotos | integer |
None. |
|
| TotalTours | integer |
None. |
|
| TotalBadges | integer |
None. |
|
| TotalNotifications | integer |
None. |
|
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| Country | string |
None. |
|
| ZipCode | string |
None. |
|
| Phone | string |
None. |
|
| BirthDay | date |
None. |
|
| Gender | string |
None. |
|
| ShowBadge | boolean |
None. |
|
| FacebookId | string |
None. |
|
| GoogleId | string |
None. |
|
| AppleId | string |
None. |
|
| ExternalUserName | string |
None. |
|
| ExternalUserNameGoogle | string |
None. |
|
| ExternalUserNameApple | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"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-15T06:11:45.1874805+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:
<APIGetUserProfileResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model"> <Address1>sample string 18</Address1> <Address2>sample string 19</Address2> <AppleId>sample string 29</AppleId> <BirthDay>2026-01-15T06:11:45.1874805+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> </APIGetUserProfileResponse>