POST api/V1/user/update
Request Information
URI Parameters
None.
Body Parameters
ApplicationUser| Name | Description | Type | Additional information |
|---|---|---|---|
| JoinDate | date |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| TeamId | globally unique identifier |
None. |
|
| ClubId | globally unique identifier |
None. |
|
| DefaultIsClub | boolean |
None. |
|
| DefaultId | globally unique identifier |
None. |
|
| Address | string |
None. |
|
| PostalAddress | string |
None. |
|
| PostalCode | string |
None. |
|
| SendReminder | boolean |
None. |
|
| LastLogin | date |
None. |
|
| ParentAccount | string |
None. |
|
| AppReadOnly | boolean |
None. |
|
| AcceptedGdpr | boolean |
None. |
|
| LoginFrom | string |
None. |
|
| DenyLogin | boolean |
None. |
|
| BirthDay | date |
None. |
|
| CreatedBy | globally unique identifier |
None. |
|
| ParentPhone | string |
None. |
|
| UserClaims | Collection of IdentityUserClaim |
None. |
|
| ParentName | string |
None. |
|
| ExtendedProfile | UserExtendedProfile |
None. |
|
| string |
None. |
||
| EmailConfirmed | boolean |
None. |
|
| PasswordHash | string |
None. |
|
| SecurityStamp | string |
None. |
|
| PhoneNumber | string |
None. |
|
| PhoneNumberConfirmed | boolean |
None. |
|
| TwoFactorEnabled | boolean |
None. |
|
| LockoutEndDateUtc | date |
None. |
|
| LockoutEnabled | boolean |
None. |
|
| AccessFailedCount | integer |
None. |
|
| Roles | Collection of IdentityUserRole |
None. |
|
| Claims | Collection of IdentityUserClaim |
None. |
|
| Logins | Collection of IdentityUserLogin |
None. |
|
| Id | string |
None. |
|
| UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"joinDate": "2026-01-01T10:35:07.4446308Z",
"firstName": "sample string 2",
"lastName": "sample string 3",
"teamId": "fdadeb59-9718-47e5-97e9-a6c75a2809d7",
"clubId": "3422e725-f003-43c8-83ee-a2b36a719ad9",
"defaultIsClub": true,
"defaultId": "5287961c-171e-40e0-9bab-a9e7e29b66ec",
"address": "sample string 8",
"postalAddress": "sample string 9",
"postalCode": "sample string 10",
"sendReminder": true,
"lastLogin": "2026-01-01T10:35:07.4446308Z",
"parentAccount": "sample string 13",
"appReadOnly": true,
"acceptedGdpr": true,
"loginFrom": "sample string 16",
"denyLogin": true,
"birthDay": "2026-01-01T10:35:07.4446308Z",
"createdBy": "7f67622b-0e63-49f1-b733-ccd842336eb1",
"parentPhone": "sample string 20",
"userClaims": [
{
"id": 1,
"userId": "sample string 2",
"claimType": "sample string 3",
"claimValue": "sample string 4"
},
{
"id": 1,
"userId": "sample string 2",
"claimType": "sample string 3",
"claimValue": "sample string 4"
}
],
"parentName": "sample string 21",
"extendedProfile": {
"id": 1,
"userId": "204eb8eb-7c06-4e63-a5fe-a1c3c3f19537",
"picture": "sample string 3",
"thmb": "sample string 4",
"highPicture": "sample string 5",
"school": "sample string 6",
"month": true,
"twoWeeks": true,
"week": true,
"threeDays": true,
"playerNumber": 11,
"sendMessageNotificationToEmail": true,
"fiksId": 13,
"teamLevelFrom": 14,
"teamLevelTo": 15
},
"email": "sample string 22",
"emailConfirmed": true,
"passwordHash": "sample string 24",
"securityStamp": "sample string 25",
"phoneNumber": "sample string 26",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEndDateUtc": "2026-01-01T10:35:07.4446308Z",
"lockoutEnabled": true,
"accessFailedCount": 30,
"roles": [],
"claims": [],
"logins": [],
"id": "sample string 31",
"userName": "sample string 32"
}
application/xml, text/xml
Sample:
<ApplicationUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Models">
<AccessFailedCount xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">30</AccessFailedCount>
<Email xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 22</Email>
<EmailConfirmed xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</EmailConfirmed>
<Id xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 31</Id>
<LockoutEnabled xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</LockoutEnabled>
<LockoutEndDateUtc xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">2026-01-01T11:35:07.4446308+01:00</LockoutEndDateUtc>
<PasswordHash xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 24</PasswordHash>
<PhoneNumber xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 26</PhoneNumber>
<PhoneNumberConfirmed xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</PhoneNumberConfirmed>
<SecurityStamp xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 25</SecurityStamp>
<TwoFactorEnabled xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</TwoFactorEnabled>
<UserName xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 32</UserName>
<AcceptedGdpr>true</AcceptedGdpr>
<Address>sample string 8</Address>
<AppReadOnly>true</AppReadOnly>
<BirthDay>2026-01-01T11:35:07.4446308+01:00</BirthDay>
<ClubId>3422e725-f003-43c8-83ee-a2b36a719ad9</ClubId>
<CreatedBy>7f67622b-0e63-49f1-b733-ccd842336eb1</CreatedBy>
<DefaultId>5287961c-171e-40e0-9bab-a9e7e29b66ec</DefaultId>
<DefaultIsClub>true</DefaultIsClub>
<DenyLogin>true</DenyLogin>
<ExtendedProfile xmlns:d2p1="http://schemas.datacontract.org/2004/07/oiback.Classes">
<d2p1:FiksId>13</d2p1:FiksId>
<d2p1:HighPicture>sample string 5</d2p1:HighPicture>
<d2p1:Id>1</d2p1:Id>
<d2p1:Month>true</d2p1:Month>
<d2p1:Picture>sample string 3</d2p1:Picture>
<d2p1:PlayerNumber>11</d2p1:PlayerNumber>
<d2p1:School>sample string 6</d2p1:School>
<d2p1:SendMessageNotificationToEmail>true</d2p1:SendMessageNotificationToEmail>
<d2p1:TeamLevelFrom>14</d2p1:TeamLevelFrom>
<d2p1:TeamLevelTo>15</d2p1:TeamLevelTo>
<d2p1:Thmb>sample string 4</d2p1:Thmb>
<d2p1:ThreeDays>true</d2p1:ThreeDays>
<d2p1:TwoWeeks>true</d2p1:TwoWeeks>
<d2p1:UserId>204eb8eb-7c06-4e63-a5fe-a1c3c3f19537</d2p1:UserId>
<d2p1:Week>true</d2p1:Week>
</ExtendedProfile>
<FirstName>sample string 2</FirstName>
<JoinDate>2026-01-01T11:35:07.4446308+01:00</JoinDate>
<LastLogin>2026-01-01T11:35:07.4446308+01:00</LastLogin>
<LastName>sample string 3</LastName>
<LoginFrom>sample string 16</LoginFrom>
<ParentAccount>sample string 13</ParentAccount>
<ParentName>sample string 21</ParentName>
<ParentPhone>sample string 20</ParentPhone>
<PostalAddress>sample string 9</PostalAddress>
<PostalCode>sample string 10</PostalCode>
<SendReminder>true</SendReminder>
<TeamId>fdadeb59-9718-47e5-97e9-a6c75a2809d7</TeamId>
<UserClaims xmlns:d2p1="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">
<d2p1:IdentityUserClaim>
<d2p1:ClaimType>sample string 3</d2p1:ClaimType>
<d2p1:ClaimValue>sample string 4</d2p1:ClaimValue>
<d2p1:Id>1</d2p1:Id>
<d2p1:UserId>sample string 2</d2p1:UserId>
</d2p1:IdentityUserClaim>
<d2p1:IdentityUserClaim>
<d2p1:ClaimType>sample string 3</d2p1:ClaimType>
<d2p1:ClaimValue>sample string 4</d2p1:ClaimValue>
<d2p1:Id>1</d2p1:Id>
<d2p1:UserId>sample string 2</d2p1:UserId>
</d2p1:IdentityUserClaim>
</UserClaims>
</ApplicationUser>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.