PUT api/v1/account/profile/set
Updates the inviteeMember's profile. Beta 0.6 - added ShowRealName option, return MemberDetailWithDashboard Beta 0.9 - added member follower notification
Request Information
URI Parameters
None.
Body Parameters
MemberProfileModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AvatarSocialUrl | string |
None. |
|
| string |
Data type: EmailAddress |
||
| Login | string |
Data type: EmailAddress |
|
| FunName | string |
Matching regular expression pattern: ^([a-zA-Z0-9_.$@!%*#?&+-]){1,20}$ |
|
| FirstName | string |
Max length: 20 |
|
| LastName | string |
Max length: 20 |
|
| City | string |
Max length: 50 |
|
| State | string |
Max length: 50 |
|
| Zipcode | string |
Max length: 15 |
|
| CountryId | integer |
None. |
|
| Birthday | date |
None. |
|
| Phone | string |
Max length: 25 |
|
| Bio | string |
Max length: 1000 |
|
| Charity | string |
Max length: 1000 |
|
| NewPassword | string |
Matching regular expression pattern: ^(?=.*[A-Za-z])(?=.*[0-9])[A-Za-z0-9_.$@!%*#?&-]{8,16}$ |
|
| CurrentPassword | string |
None. |
|
| ShowRealName | boolean |
None. |
|
| HasLoggedIntoNewSystem | boolean |
None. |
|
| Source | integer |
None. |
|
| Timezone | byte |
None. |
|
| NotificationGameInviteEmail | boolean |
None. |
|
| NotificationGameDeadline24Email | boolean |
None. |
|
| NotificationGameDeadline5Email | boolean |
None. |
|
| NotificationGamePicksRevealedEmail | boolean |
None. |
|
| NotificationNewGameAddedAlertEmail | boolean |
None. |
|
| NotificationManagerMessageEmail | boolean |
None. |
|
| NotificationGameScoringUpdateEmail | boolean |
None. |
|
| NotificationContestDeadlineEmail | boolean |
None. |
|
| NotificationMakeContestPicksEmail | boolean |
None. |
|
| NotificationContestPicksRevealedEmail | boolean |
None. |
|
| NotificationContestScoringUpdateEmail | boolean |
None. |
|
| NotificationNewConnectionRequestEmail | boolean |
None. |
|
| NotificationNewMessageEmail | boolean |
None. |
|
| NotificationRankingUpdateEmail | boolean |
None. |
|
| NotificationCommentAddedEmail | boolean |
None. |
|
| NotificationContentRatedEmail | boolean |
None. |
|
| NotificationContentSharedEmail | boolean |
None. |
|
| NotificationNewFollowerEmail | boolean |
None. |
|
| NotificationGameInvitePush | boolean |
None. |
|
| NotificationGameDeadline24Push | boolean |
None. |
|
| NotificationGameDeadline5Push | boolean |
None. |
|
| NotificationGamePicksRevealedPush | boolean |
None. |
|
| NotificationNewGameAddedAlertPush | boolean |
None. |
|
| NotificationManagerMessagePush | boolean |
None. |
|
| NotificationGameScoringUpdatePush | boolean |
None. |
|
| NotificationContestDeadlinePush | boolean |
None. |
|
| NotificationMakeContestPicksPush | boolean |
None. |
|
| NotificationContestPicksRevealedPush | boolean |
None. |
|
| NotificationContestScoringUpdatePush | boolean |
None. |
|
| NotificationNewConnectionRequestPush | boolean |
None. |
|
| NotificationNewMessagePush | boolean |
None. |
|
| NotificationRankingUpdatePush | boolean |
None. |
|
| NotificationCommentAddedPush | boolean |
None. |
|
| NotificationContentRatedPush | boolean |
None. |
|
| NotificationContentSharedPush | boolean |
None. |
|
| NotificationNewFollowerPush | boolean |
None. |
Request Formats
application/json, text/json
{
"avatarSocialUrl": "sample string 1",
"email": "sample string 2",
"login": "sample string 3",
"funName": "sample string 4",
"firstName": "sample string 5",
"lastName": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"zipcode": "sample string 9",
"countryId": 1,
"birthday": "2026-01-13T02:59:53.5105205+00:00",
"phone": "sample string 10",
"bio": "sample string 11",
"charity": "sample string 12",
"newPassword": "sample string 13",
"currentPassword": "sample string 14",
"showRealName": true,
"hasLoggedIntoNewSystem": true,
"source": 1,
"timezone": 64,
"notificationGameInviteEmail": true,
"notificationGameDeadline24Email": true,
"notificationGameDeadline5Email": true,
"notificationGamePicksRevealedEmail": true,
"notificationNewGameAddedAlertEmail": true,
"notificationManagerMessageEmail": true,
"notificationGameScoringUpdateEmail": true,
"notificationContestDeadlineEmail": true,
"notificationMakeContestPicksEmail": true,
"notificationContestPicksRevealedEmail": true,
"notificationContestScoringUpdateEmail": true,
"notificationNewConnectionRequestEmail": true,
"notificationNewMessageEmail": true,
"notificationRankingUpdateEmail": true,
"notificationCommentAddedEmail": true,
"notificationContentRatedEmail": true,
"notificationContentSharedEmail": true,
"notificationNewFollowerEmail": true,
"notificationGameInvitePush": true,
"notificationGameDeadline24Push": true,
"notificationGameDeadline5Push": true,
"notificationGamePicksRevealedPush": true,
"notificationNewGameAddedAlertPush": true,
"notificationManagerMessagePush": true,
"notificationGameScoringUpdatePush": true,
"notificationContestDeadlinePush": true,
"notificationMakeContestPicksPush": true,
"notificationContestPicksRevealedPush": true,
"notificationContestScoringUpdatePush": true,
"notificationNewConnectionRequestPush": true,
"notificationNewMessagePush": true,
"notificationRankingUpdatePush": true,
"notificationCommentAddedPush": true,
"notificationContentRatedPush": true,
"notificationContentSharedPush": true,
"notificationNewFollowerPush": true
}
text/html, text/plain
{"avatarSocialUrl":"sample string 1","email":"sample string 2","login":"sample string 3","funName":"sample string 4","firstName":"sample string 5","lastName":"sample string 6","city":"sample string 7","state":"sample string 8","zipcode":"sample string 9","countryId":1,"birthday":"2026-01-13T02:59:53.5105205+00:00","phone":"sample string 10","bio":"sample string 11","charity":"sample string 12","newPassword":"sample string 13","currentPassword":"sample string 14","showRealName":true,"hasLoggedIntoNewSystem":true,"source":1,"timezone":64,"notificationGameInviteEmail":true,"notificationGameDeadline24Email":true,"notificationGameDeadline5Email":true,"notificationGamePicksRevealedEmail":true,"notificationNewGameAddedAlertEmail":true,"notificationManagerMessageEmail":true,"notificationGameScoringUpdateEmail":true,"notificationContestDeadlineEmail":true,"notificationMakeContestPicksEmail":true,"notificationContestPicksRevealedEmail":true,"notificationContestScoringUpdateEmail":true,"notificationNewConnectionRequestEmail":true,"notificationNewMessageEmail":true,"notificationRankingUpdateEmail":true,"notificationCommentAddedEmail":true,"notificationContentRatedEmail":true,"notificationContentSharedEmail":true,"notificationNewFollowerEmail":true,"notificationGameInvitePush":true,"notificationGameDeadline24Push":true,"notificationGameDeadline5Push":true,"notificationGamePicksRevealedPush":true,"notificationNewGameAddedAlertPush":true,"notificationManagerMessagePush":true,"notificationGameScoringUpdatePush":true,"notificationContestDeadlinePush":true,"notificationMakeContestPicksPush":true,"notificationContestPicksRevealedPush":true,"notificationContestScoringUpdatePush":true,"notificationNewConnectionRequestPush":true,"notificationNewMessagePush":true,"notificationRankingUpdatePush":true,"notificationCommentAddedPush":true,"notificationContentRatedPush":true,"notificationContentSharedPush":true,"notificationNewFollowerPush":true}
application/xml, text/xml
<MemberProfileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Last2Left.Services.Models"> <AvatarSocialUrl>sample string 1</AvatarSocialUrl> <Bio>sample string 11</Bio> <Birthday>2026-01-13T02:59:53.5105205+00:00</Birthday> <Charity>sample string 12</Charity> <City>sample string 7</City> <CountryId>1</CountryId> <CurrentPassword>sample string 14</CurrentPassword> <Email>sample string 2</Email> <FirstName>sample string 5</FirstName> <FunName>sample string 4</FunName> <HasLoggedIntoNewSystem>true</HasLoggedIntoNewSystem> <LastName>sample string 6</LastName> <Login>sample string 3</Login> <NewPassword>sample string 13</NewPassword> <NotificationCommentAddedEmail>true</NotificationCommentAddedEmail> <NotificationCommentAddedPush>true</NotificationCommentAddedPush> <NotificationContentRatedEmail>true</NotificationContentRatedEmail> <NotificationContentRatedPush>true</NotificationContentRatedPush> <NotificationContentSharedEmail>true</NotificationContentSharedEmail> <NotificationContentSharedPush>true</NotificationContentSharedPush> <NotificationContestDeadlineEmail>true</NotificationContestDeadlineEmail> <NotificationContestDeadlinePush>true</NotificationContestDeadlinePush> <NotificationContestPicksRevealedEmail>true</NotificationContestPicksRevealedEmail> <NotificationContestPicksRevealedPush>true</NotificationContestPicksRevealedPush> <NotificationContestScoringUpdateEmail>true</NotificationContestScoringUpdateEmail> <NotificationContestScoringUpdatePush>true</NotificationContestScoringUpdatePush> <NotificationGameDeadline24Email>true</NotificationGameDeadline24Email> <NotificationGameDeadline24Push>true</NotificationGameDeadline24Push> <NotificationGameDeadline5Email>true</NotificationGameDeadline5Email> <NotificationGameDeadline5Push>true</NotificationGameDeadline5Push> <NotificationGameInviteEmail>true</NotificationGameInviteEmail> <NotificationGameInvitePush>true</NotificationGameInvitePush> <NotificationGamePicksRevealedEmail>true</NotificationGamePicksRevealedEmail> <NotificationGamePicksRevealedPush>true</NotificationGamePicksRevealedPush> <NotificationGameScoringUpdateEmail>true</NotificationGameScoringUpdateEmail> <NotificationGameScoringUpdatePush>true</NotificationGameScoringUpdatePush> <NotificationMakeContestPicksEmail>true</NotificationMakeContestPicksEmail> <NotificationMakeContestPicksPush>true</NotificationMakeContestPicksPush> <NotificationManagerMessageEmail>true</NotificationManagerMessageEmail> <NotificationManagerMessagePush>true</NotificationManagerMessagePush> <NotificationNewConnectionRequestEmail>true</NotificationNewConnectionRequestEmail> <NotificationNewConnectionRequestPush>true</NotificationNewConnectionRequestPush> <NotificationNewFollowerEmail>true</NotificationNewFollowerEmail> <NotificationNewFollowerPush>true</NotificationNewFollowerPush> <NotificationNewGameAddedAlertEmail>true</NotificationNewGameAddedAlertEmail> <NotificationNewGameAddedAlertPush>true</NotificationNewGameAddedAlertPush> <NotificationNewMessageEmail>true</NotificationNewMessageEmail> <NotificationNewMessagePush>true</NotificationNewMessagePush> <NotificationRankingUpdateEmail>true</NotificationRankingUpdateEmail> <NotificationRankingUpdatePush>true</NotificationRankingUpdatePush> <Phone>sample string 10</Phone> <ShowRealName>true</ShowRealName> <Source>1</Source> <State>sample string 8</State> <Timezone>64</Timezone> <Zipcode>sample string 9</Zipcode> </MemberProfileModel>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
MemberDetailWithDashboard| Name | Description | Type | Additional information |
|---|---|---|---|
| DashboardSummary | DashboardSummary |
None. |
|
| TotalPoints | integer |
None. |
|
| NotificationGameInviteEmail | boolean |
None. |
|
| NotificationGameDeadline24Email | boolean |
None. |
|
| NotificationGameDeadline5Email | boolean |
None. |
|
| NotificationGamePicksRevealedEmail | boolean |
None. |
|
| NotificationNewGameAddedAlertEmail | boolean |
None. |
|
| NotificationManagerMessageEmail | boolean |
None. |
|
| NotificationGameScoringUpdateEmail | boolean |
None. |
|
| NotificationContestDeadlineEmail | boolean |
None. |
|
| NotificationMakeContestPicksEmail | boolean |
None. |
|
| NotificationContestPicksRevealedEmail | boolean |
None. |
|
| NotificationContestScoringUpdateEmail | boolean |
None. |
|
| NotificationNewConnectionRequestEmail | boolean |
None. |
|
| NotificationNewMessageEmail | boolean |
None. |
|
| NotificationRankingUpdateEmail | boolean |
None. |
|
| NotificationCommentAddedEmail | boolean |
None. |
|
| NotificationContentRatedEmail | boolean |
None. |
|
| NotificationContentSharedEmail | boolean |
None. |
|
| NotificationNewFollowerEmail | boolean |
None. |
|
| NotificationGameInvitePush | boolean |
None. |
|
| NotificationGameDeadline24Push | boolean |
None. |
|
| NotificationGameDeadline5Push | boolean |
None. |
|
| NotificationGamePicksRevealedPush | boolean |
None. |
|
| NotificationNewGameAddedAlertPush | boolean |
None. |
|
| NotificationManagerMessagePush | boolean |
None. |
|
| NotificationGameScoringUpdatePush | boolean |
None. |
|
| NotificationContestDeadlinePush | boolean |
None. |
|
| NotificationMakeContestPicksPush | boolean |
None. |
|
| NotificationContestPicksRevealedPush | boolean |
None. |
|
| NotificationContestScoringUpdatePush | boolean |
None. |
|
| NotificationNewConnectionRequestPush | boolean |
None. |
|
| NotificationNewMessagePush | boolean |
None. |
|
| NotificationRankingUpdatePush | boolean |
None. |
|
| NotificationCommentAddedPush | boolean |
None. |
|
| NotificationContentRatedPush | boolean |
None. |
|
| NotificationContentSharedPush | boolean |
None. |
|
| NotificationNewFollowerPush | boolean |
None. |
|
| Id | integer |
None. |
|
| IsActive | boolean |
None. |
|
| IsAdmin | boolean |
None. |
|
| Login | string |
None. |
|
| string |
None. |
||
| FunName | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| Zipcode | string |
None. |
|
| CountryId | integer |
None. |
|
| Birthday | date |
None. |
|
| Phone | string |
None. |
|
| Bio | string |
None. |
|
| Charity | string |
None. |
|
| Timezone | integer |
None. |
|
| SignupDate | date |
None. |
|
| LastLogin | date |
None. |
|
| PrivacyPolicyAccept | date |
None. |
|
| TosAccept | date |
None. |
|
| ConfirmedAge | date |
None. |
|
| FacebookId | integer |
None. |
|
| Source | integer |
None. |
|
| AvatarUrl | string |
None. |
|
| BackgroundUrl | string |
None. |
|
| Ranking | integer |
None. |
|
| RankingTier | byte |
None. |
|
| RankingMovement | integer |
None. |
|
| LastWeeksRank | integer |
None. |
|
| ShowRealName | boolean |
None. |
Response Formats
application/json, text/json
{
"dashboardSummary": null,
"totalPoints": 1,
"notificationGameInviteEmail": true,
"notificationGameDeadline24Email": true,
"notificationGameDeadline5Email": true,
"notificationGamePicksRevealedEmail": true,
"notificationNewGameAddedAlertEmail": true,
"notificationManagerMessageEmail": true,
"notificationGameScoringUpdateEmail": true,
"notificationContestDeadlineEmail": true,
"notificationMakeContestPicksEmail": true,
"notificationContestPicksRevealedEmail": true,
"notificationContestScoringUpdateEmail": true,
"notificationNewConnectionRequestEmail": true,
"notificationNewMessageEmail": true,
"notificationRankingUpdateEmail": true,
"notificationCommentAddedEmail": true,
"notificationContentRatedEmail": true,
"notificationContentSharedEmail": true,
"notificationNewFollowerEmail": true,
"notificationGameInvitePush": true,
"notificationGameDeadline24Push": true,
"notificationGameDeadline5Push": true,
"notificationGamePicksRevealedPush": true,
"notificationNewGameAddedAlertPush": true,
"notificationManagerMessagePush": true,
"notificationGameScoringUpdatePush": true,
"notificationContestDeadlinePush": true,
"notificationMakeContestPicksPush": true,
"notificationContestPicksRevealedPush": true,
"notificationContestScoringUpdatePush": true,
"notificationNewConnectionRequestPush": true,
"notificationNewMessagePush": true,
"notificationRankingUpdatePush": true,
"notificationCommentAddedPush": true,
"notificationContentRatedPush": true,
"notificationContentSharedPush": true,
"notificationNewFollowerPush": true,
"id": 38,
"isActive": true,
"isAdmin": true,
"login": "sample string 41",
"email": "sample string 42",
"funName": "sample string 43",
"firstName": "sample string 44",
"lastName": "sample string 45",
"city": "sample string 46",
"state": "sample string 47",
"zipcode": "sample string 48",
"countryId": 1,
"birthday": "2026-01-13T02:59:53.5105205+00:00",
"phone": "sample string 49",
"bio": "sample string 50",
"charity": "sample string 51",
"timezone": 1,
"signupDate": "2026-01-13T02:59:53.5105205+00:00",
"lastLogin": "2026-01-13T02:59:53.5105205+00:00",
"privacyPolicyAccept": "2026-01-13T02:59:53.5105205+00:00",
"tosAccept": "2026-01-13T02:59:53.5105205+00:00",
"confirmedAge": "2026-01-13T02:59:53.5105205+00:00",
"facebookId": 1,
"source": 54,
"avatarUrl": "sample string 55",
"backgroundUrl": "sample string 56",
"ranking": 57,
"rankingTier": 64,
"rankingMovement": 59,
"lastWeeksRank": 116,
"showRealName": true
}
text/html, text/plain
{"dashboardSummary":null,"totalPoints":1,"notificationGameInviteEmail":true,"notificationGameDeadline24Email":true,"notificationGameDeadline5Email":true,"notificationGamePicksRevealedEmail":true,"notificationNewGameAddedAlertEmail":true,"notificationManagerMessageEmail":true,"notificationGameScoringUpdateEmail":true,"notificationContestDeadlineEmail":true,"notificationMakeContestPicksEmail":true,"notificationContestPicksRevealedEmail":true,"notificationContestScoringUpdateEmail":true,"notificationNewConnectionRequestEmail":true,"notificationNewMessageEmail":true,"notificationRankingUpdateEmail":true,"notificationCommentAddedEmail":true,"notificationContentRatedEmail":true,"notificationContentSharedEmail":true,"notificationNewFollowerEmail":true,"notificationGameInvitePush":true,"notificationGameDeadline24Push":true,"notificationGameDeadline5Push":true,"notificationGamePicksRevealedPush":true,"notificationNewGameAddedAlertPush":true,"notificationManagerMessagePush":true,"notificationGameScoringUpdatePush":true,"notificationContestDeadlinePush":true,"notificationMakeContestPicksPush":true,"notificationContestPicksRevealedPush":true,"notificationContestScoringUpdatePush":true,"notificationNewConnectionRequestPush":true,"notificationNewMessagePush":true,"notificationRankingUpdatePush":true,"notificationCommentAddedPush":true,"notificationContentRatedPush":true,"notificationContentSharedPush":true,"notificationNewFollowerPush":true,"id":38,"isActive":true,"isAdmin":true,"login":"sample string 41","email":"sample string 42","funName":"sample string 43","firstName":"sample string 44","lastName":"sample string 45","city":"sample string 46","state":"sample string 47","zipcode":"sample string 48","countryId":1,"birthday":"2026-01-13T02:59:53.5105205+00:00","phone":"sample string 49","bio":"sample string 50","charity":"sample string 51","timezone":1,"signupDate":"2026-01-13T02:59:53.5105205+00:00","lastLogin":"2026-01-13T02:59:53.5105205+00:00","privacyPolicyAccept":"2026-01-13T02:59:53.5105205+00:00","tosAccept":"2026-01-13T02:59:53.5105205+00:00","confirmedAge":"2026-01-13T02:59:53.5105205+00:00","facebookId":1,"source":54,"avatarUrl":"sample string 55","backgroundUrl":"sample string 56","ranking":57,"rankingTier":64,"rankingMovement":59,"lastWeeksRank":116,"showRealName":true}
application/xml
Sample not available.
text/xml
Sample not available.