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": "411e4254-4bb8-4518-b96b-609c8d355fe0",
"ClubId": "3354a0ed-7a55-469d-a708-6d4b8b94fa95",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "a360fb93-91b8-495e-832b-2d4fa5ae4caa",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"2a7134c7-179f-4cf9-8932-447278aa82fc",
"116b5f30-adb6-4f24-a7ce-8f2cd08131cc"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-08-10T06:38:12.7140484+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "411e4254-4bb8-4518-b96b-609c8d355fe0",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"411e4254-4bb8-4518-b96b-609c8d355fe0","ClubId":"3354a0ed-7a55-469d-a708-6d4b8b94fa95","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"a360fb93-91b8-495e-832b-2d4fa5ae4caa","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["2a7134c7-179f-4cf9-8932-447278aa82fc","116b5f30-adb6-4f24-a7ce-8f2cd08131cc"],"AccountState":7,"LastPasswordChangeOn":"2026-08-10T06:38:12.7140484+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"411e4254-4bb8-4518-b96b-609c8d355fe0","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">411e4254-4bb8-4518-b96b-609c8d355fe0</Id>
<AccountState>7</AccountState>
<ClubId>3354a0ed-7a55-469d-a708-6d4b8b94fa95</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-08-10T06:38:12.7140484+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>a360fb93-91b8-495e-832b-2d4fa5ae4caa</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>411e4254-4bb8-4518-b96b-609c8d355fe0</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2a7134c7-179f-4cf9-8932-447278aa82fc</d2p1:guid>
<d2p1:guid>116b5f30-adb6-4f24-a7ce-8f2cd08131cc</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": "524655c3-2062-461f-963d-2eafeb3c7483",
"ClubId": "63078687-6cde-4e19-93d7-8a970b359a36",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "9eceecd9-bcab-494f-b9b2-8b7dff89241e",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"ae287d13-a3bd-4bf1-a512-6a48156ecade",
"ff02766f-6fc6-42e2-b25f-5c6029440afb"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-08-10T06:38:12.7452977+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "524655c3-2062-461f-963d-2eafeb3c7483",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"524655c3-2062-461f-963d-2eafeb3c7483","ClubId":"63078687-6cde-4e19-93d7-8a970b359a36","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"9eceecd9-bcab-494f-b9b2-8b7dff89241e","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["ae287d13-a3bd-4bf1-a512-6a48156ecade","ff02766f-6fc6-42e2-b25f-5c6029440afb"],"AccountState":7,"LastPasswordChangeOn":"2026-08-10T06:38:12.7452977+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"524655c3-2062-461f-963d-2eafeb3c7483","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">524655c3-2062-461f-963d-2eafeb3c7483</Id>
<AccountState>7</AccountState>
<ClubId>63078687-6cde-4e19-93d7-8a970b359a36</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-08-10T06:38:12.7452977+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>9eceecd9-bcab-494f-b9b2-8b7dff89241e</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>524655c3-2062-461f-963d-2eafeb3c7483</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ae287d13-a3bd-4bf1-a512-6a48156ecade</d2p1:guid>
<d2p1:guid>ff02766f-6fc6-42e2-b25f-5c6029440afb</d2p1:guid>
</UserRoleIds>
</UserDetails>