PUT api/v1/users/{userId}
Updates the user details.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId |
The user identifier. |
globally unique identifier |
Required |
Body Parameters
The user details.
UserDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| ClubId | globally unique identifier |
Required |
|
| FriendlyName | string |
Required String length: inclusive between 0 and 100 |
|
| NotificationEmail | string |
Required String length: inclusive between 0 and 256 |
|
| PersonId | globally unique identifier |
None. |
|
| Remarks | string |
None. |
|
| UserName | string |
Required String length: inclusive between 0 and 256 |
|
| UserRoleIds | Collection of globally unique identifier |
None. |
|
| AccountState | integer |
None. |
|
| LastPasswordChangeOn | date |
None. |
|
| ShowAllFlightFieldsInMobile | boolean |
None. |
|
| ForcePasswordChangeNextLogon | boolean |
None. |
|
| EmailConfirmed | boolean |
None. |
|
| ShowFlightsFrom | integer |
None. |
|
| FlightChangePeriod | integer |
None. |
|
| Id | globally unique identifier |
None. |
|
| Language | LanguageOverview |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "ea83c9ed-b8d2-44a2-a461-bd56667d4b0c",
"ClubId": "a7ac8d8d-9b28-48cf-90b8-b69763894fab",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "1ea3c837-4fb4-44c7-90b7-a0b0e2bf4523",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"cc4e1456-a852-4498-b8b3-fa09dd9ab745",
"3813bfa8-fe2f-4b3f-a07d-5bf43f532cd9"
],
"AccountState": 7,
"LastPasswordChangeOn": "2025-10-25T02:52:50.9984653+02:00",
"ShowAllFlightFieldsInMobile": true,
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"ShowFlightsFrom": 1,
"FlightChangePeriod": 1,
"Id": "ea83c9ed-b8d2-44a2-a461-bd56667d4b0c",
"Language": {
"LanguageId": 1,
"LanguageKey": "sample string 2"
},
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"ea83c9ed-b8d2-44a2-a461-bd56667d4b0c","ClubId":"a7ac8d8d-9b28-48cf-90b8-b69763894fab","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"1ea3c837-4fb4-44c7-90b7-a0b0e2bf4523","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["cc4e1456-a852-4498-b8b3-fa09dd9ab745","3813bfa8-fe2f-4b3f-a07d-5bf43f532cd9"],"AccountState":7,"LastPasswordChangeOn":"2025-10-25T02:52:50.9984653+02:00","ShowAllFlightFieldsInMobile":true,"ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"ShowFlightsFrom":1,"FlightChangePeriod":1,"Id":"ea83c9ed-b8d2-44a2-a461-bd56667d4b0c","Language":{"LanguageId":1,"LanguageKey":"sample string 2"},"CanUpdateRecord":true,"CanDeleteRecord":true}
application/xml, text/xml
Sample:
<UserDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.User">
<CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord>
<CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord>
<Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">ea83c9ed-b8d2-44a2-a461-bd56667d4b0c</Id>
<AccountState>7</AccountState>
<ClubId>a7ac8d8d-9b28-48cf-90b8-b69763894fab</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<FlightChangePeriod>1</FlightChangePeriod>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<Language>
<LanguageId>1</LanguageId>
<LanguageKey>sample string 2</LanguageKey>
</Language>
<LastPasswordChangeOn>2025-10-25T02:52:50.9984653+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>1ea3c837-4fb4-44c7-90b7-a0b0e2bf4523</PersonId>
<Remarks>sample string 5</Remarks>
<ShowAllFlightFieldsInMobile>true</ShowAllFlightFieldsInMobile>
<ShowFlightsFrom>1</ShowFlightsFrom>
<UserId>ea83c9ed-b8d2-44a2-a461-bd56667d4b0c</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>cc4e1456-a852-4498-b8b3-fa09dd9ab745</d2p1:guid>
<d2p1:guid>3813bfa8-fe2f-4b3f-a07d-5bf43f532cd9</d2p1:guid>
</UserRoleIds>
</UserDetails>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
UserDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| ClubId | globally unique identifier |
Required |
|
| FriendlyName | string |
Required String length: inclusive between 0 and 100 |
|
| NotificationEmail | string |
Required String length: inclusive between 0 and 256 |
|
| PersonId | globally unique identifier |
None. |
|
| Remarks | string |
None. |
|
| UserName | string |
Required String length: inclusive between 0 and 256 |
|
| UserRoleIds | Collection of globally unique identifier |
None. |
|
| AccountState | integer |
None. |
|
| LastPasswordChangeOn | date |
None. |
|
| ShowAllFlightFieldsInMobile | boolean |
None. |
|
| ForcePasswordChangeNextLogon | boolean |
None. |
|
| EmailConfirmed | boolean |
None. |
|
| ShowFlightsFrom | integer |
None. |
|
| FlightChangePeriod | integer |
None. |
|
| Id | globally unique identifier |
None. |
|
| Language | LanguageOverview |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserId": "d53fa516-609d-4195-8c58-3752f7088e92",
"ClubId": "b81f9eae-58be-4be2-82a3-b53d913103a5",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "9ac3ca29-ee60-457e-8c10-07a84ab49e50",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"33a5e1bf-84c7-47a5-b00a-657f0c45975b",
"239e565e-13e9-47c7-bd8f-7cbcf73c8caf"
],
"AccountState": 7,
"LastPasswordChangeOn": "2025-10-25T02:52:50.9994648+02:00",
"ShowAllFlightFieldsInMobile": true,
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"ShowFlightsFrom": 1,
"FlightChangePeriod": 1,
"Id": "d53fa516-609d-4195-8c58-3752f7088e92",
"Language": {
"LanguageId": 1,
"LanguageKey": "sample string 2"
},
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"d53fa516-609d-4195-8c58-3752f7088e92","ClubId":"b81f9eae-58be-4be2-82a3-b53d913103a5","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"9ac3ca29-ee60-457e-8c10-07a84ab49e50","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["33a5e1bf-84c7-47a5-b00a-657f0c45975b","239e565e-13e9-47c7-bd8f-7cbcf73c8caf"],"AccountState":7,"LastPasswordChangeOn":"2025-10-25T02:52:50.9994648+02:00","ShowAllFlightFieldsInMobile":true,"ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"ShowFlightsFrom":1,"FlightChangePeriod":1,"Id":"d53fa516-609d-4195-8c58-3752f7088e92","Language":{"LanguageId":1,"LanguageKey":"sample string 2"},"CanUpdateRecord":true,"CanDeleteRecord":true}
application/xml, text/xml
Sample:
<UserDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.User">
<CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord>
<CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord>
<Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">d53fa516-609d-4195-8c58-3752f7088e92</Id>
<AccountState>7</AccountState>
<ClubId>b81f9eae-58be-4be2-82a3-b53d913103a5</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<FlightChangePeriod>1</FlightChangePeriod>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<Language>
<LanguageId>1</LanguageId>
<LanguageKey>sample string 2</LanguageKey>
</Language>
<LastPasswordChangeOn>2025-10-25T02:52:50.9994648+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>9ac3ca29-ee60-457e-8c10-07a84ab49e50</PersonId>
<Remarks>sample string 5</Remarks>
<ShowAllFlightFieldsInMobile>true</ShowAllFlightFieldsInMobile>
<ShowFlightsFrom>1</ShowFlightsFrom>
<UserId>d53fa516-609d-4195-8c58-3752f7088e92</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>33a5e1bf-84c7-47a5-b00a-657f0c45975b</d2p1:guid>
<d2p1:guid>239e565e-13e9-47c7-bd8f-7cbcf73c8caf</d2p1:guid>
</UserRoleIds>
</UserDetails>