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": "0b775e32-b2a6-4174-93c4-9d2bde8439cc",
"ClubId": "48929bf5-94d9-4f7f-a362-c498a20643f3",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "ff8a05a0-315d-4175-94a3-c3ff3a604cad",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"ad0f9918-53a0-4008-b83f-81ff01a23de3",
"aab66f8a-aa66-4101-bc43-86bbb35f5d80"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-07-29T12:14:32.8870877+02:00",
"ShowAllFlightFieldsInMobile": true,
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"ShowFlightsFrom": 1,
"FlightChangePeriod": 1,
"Id": "0b775e32-b2a6-4174-93c4-9d2bde8439cc",
"Language": {
"LanguageId": 1,
"LanguageKey": "sample string 2"
},
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"0b775e32-b2a6-4174-93c4-9d2bde8439cc","ClubId":"48929bf5-94d9-4f7f-a362-c498a20643f3","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"ff8a05a0-315d-4175-94a3-c3ff3a604cad","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["ad0f9918-53a0-4008-b83f-81ff01a23de3","aab66f8a-aa66-4101-bc43-86bbb35f5d80"],"AccountState":7,"LastPasswordChangeOn":"2026-07-29T12:14:32.8870877+02:00","ShowAllFlightFieldsInMobile":true,"ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"ShowFlightsFrom":1,"FlightChangePeriod":1,"Id":"0b775e32-b2a6-4174-93c4-9d2bde8439cc","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">0b775e32-b2a6-4174-93c4-9d2bde8439cc</Id>
<AccountState>7</AccountState>
<ClubId>48929bf5-94d9-4f7f-a362-c498a20643f3</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>2026-07-29T12:14:32.8870877+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>ff8a05a0-315d-4175-94a3-c3ff3a604cad</PersonId>
<Remarks>sample string 5</Remarks>
<ShowAllFlightFieldsInMobile>true</ShowAllFlightFieldsInMobile>
<ShowFlightsFrom>1</ShowFlightsFrom>
<UserId>0b775e32-b2a6-4174-93c4-9d2bde8439cc</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ad0f9918-53a0-4008-b83f-81ff01a23de3</d2p1:guid>
<d2p1:guid>aab66f8a-aa66-4101-bc43-86bbb35f5d80</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": "67f95d48-2682-41a2-b396-0e78ff692f3a",
"ClubId": "8ecad655-f5f2-4cde-835b-67b170337842",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "b7fc974a-f8e4-4d88-9e65-abf1ab2f5848",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"402e43e8-20b6-4875-b169-baea18882eda",
"638cc53c-cd76-483a-a57d-1a8a88feb590"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-07-29T12:14:32.8870877+02:00",
"ShowAllFlightFieldsInMobile": true,
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"ShowFlightsFrom": 1,
"FlightChangePeriod": 1,
"Id": "67f95d48-2682-41a2-b396-0e78ff692f3a",
"Language": {
"LanguageId": 1,
"LanguageKey": "sample string 2"
},
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"67f95d48-2682-41a2-b396-0e78ff692f3a","ClubId":"8ecad655-f5f2-4cde-835b-67b170337842","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"b7fc974a-f8e4-4d88-9e65-abf1ab2f5848","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["402e43e8-20b6-4875-b169-baea18882eda","638cc53c-cd76-483a-a57d-1a8a88feb590"],"AccountState":7,"LastPasswordChangeOn":"2026-07-29T12:14:32.8870877+02:00","ShowAllFlightFieldsInMobile":true,"ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"ShowFlightsFrom":1,"FlightChangePeriod":1,"Id":"67f95d48-2682-41a2-b396-0e78ff692f3a","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">67f95d48-2682-41a2-b396-0e78ff692f3a</Id>
<AccountState>7</AccountState>
<ClubId>8ecad655-f5f2-4cde-835b-67b170337842</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>2026-07-29T12:14:32.8870877+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>b7fc974a-f8e4-4d88-9e65-abf1ab2f5848</PersonId>
<Remarks>sample string 5</Remarks>
<ShowAllFlightFieldsInMobile>true</ShowAllFlightFieldsInMobile>
<ShowFlightsFrom>1</ShowFlightsFrom>
<UserId>67f95d48-2682-41a2-b396-0e78ff692f3a</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>402e43e8-20b6-4875-b169-baea18882eda</d2p1:guid>
<d2p1:guid>638cc53c-cd76-483a-a57d-1a8a88feb590</d2p1:guid>
</UserRoleIds>
</UserDetails>