PUT api/v1/users/{userId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | globally unique identifier |
Required |
Body Parameters
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. |
|
| ForcePasswordChangeNextLogon | boolean |
None. |
|
| EmailConfirmed | boolean |
None. |
|
| LanguageId | integer |
None. |
|
| Id | globally unique identifier |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "76af0dfe-4cd8-46ec-aedd-f2fe83f9ae05",
"ClubId": "3aaf014d-780b-4645-aebc-3853fb87a3ff",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "745a1c5a-0d3b-4180-8dc9-490527287839",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"4a1aa3cf-640f-4387-8e59-59342dbbb2cc",
"36a4394a-41fc-4f5f-95f1-d8b0c5cad232"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-06-25T10:08:02.2198474+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "76af0dfe-4cd8-46ec-aedd-f2fe83f9ae05",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"76af0dfe-4cd8-46ec-aedd-f2fe83f9ae05","ClubId":"3aaf014d-780b-4645-aebc-3853fb87a3ff","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"745a1c5a-0d3b-4180-8dc9-490527287839","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["4a1aa3cf-640f-4387-8e59-59342dbbb2cc","36a4394a-41fc-4f5f-95f1-d8b0c5cad232"],"AccountState":7,"LastPasswordChangeOn":"2026-06-25T10:08:02.2198474+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"76af0dfe-4cd8-46ec-aedd-f2fe83f9ae05","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">76af0dfe-4cd8-46ec-aedd-f2fe83f9ae05</Id>
<AccountState>7</AccountState>
<ClubId>3aaf014d-780b-4645-aebc-3853fb87a3ff</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-06-25T10:08:02.2198474+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>745a1c5a-0d3b-4180-8dc9-490527287839</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>76af0dfe-4cd8-46ec-aedd-f2fe83f9ae05</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4a1aa3cf-640f-4387-8e59-59342dbbb2cc</d2p1:guid>
<d2p1:guid>36a4394a-41fc-4f5f-95f1-d8b0c5cad232</d2p1:guid>
</UserRoleIds>
</UserDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |
|
| ForcePasswordChangeNextLogon | boolean |
None. |
|
| EmailConfirmed | boolean |
None. |
|
| LanguageId | integer |
None. |
|
| Id | globally unique identifier |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserId": "f278ff7b-a6a7-4b9d-a2fa-f33dbee7c88a",
"ClubId": "3ce8ba84-dcda-4140-9924-575d8b41aa7f",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "474d8ac9-fd54-4d96-97df-5849ca76bd41",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"894b4045-031b-406e-a7b7-8270fd313e56",
"1cc0ffba-c0ef-4007-ab7a-9ebc6356cd40"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-06-25T10:08:02.2198474+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "f278ff7b-a6a7-4b9d-a2fa-f33dbee7c88a",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"f278ff7b-a6a7-4b9d-a2fa-f33dbee7c88a","ClubId":"3ce8ba84-dcda-4140-9924-575d8b41aa7f","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"474d8ac9-fd54-4d96-97df-5849ca76bd41","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["894b4045-031b-406e-a7b7-8270fd313e56","1cc0ffba-c0ef-4007-ab7a-9ebc6356cd40"],"AccountState":7,"LastPasswordChangeOn":"2026-06-25T10:08:02.2198474+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"f278ff7b-a6a7-4b9d-a2fa-f33dbee7c88a","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">f278ff7b-a6a7-4b9d-a2fa-f33dbee7c88a</Id>
<AccountState>7</AccountState>
<ClubId>3ce8ba84-dcda-4140-9924-575d8b41aa7f</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-06-25T10:08:02.2198474+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>474d8ac9-fd54-4d96-97df-5849ca76bd41</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>f278ff7b-a6a7-4b9d-a2fa-f33dbee7c88a</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>894b4045-031b-406e-a7b7-8270fd313e56</d2p1:guid>
<d2p1:guid>1cc0ffba-c0ef-4007-ab7a-9ebc6356cd40</d2p1:guid>
</UserRoleIds>
</UserDetails>