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": "4e910985-0274-4283-9667-8d67edb94c88",
"ClubId": "7b2e7819-d3e2-460b-9ef5-211f4a39e00b",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "fd4b1314-840d-4827-afdf-40252d8b57eb",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"c6a10939-3832-4ede-a492-ef2d3a3a0a7f",
"eedf7e91-8c17-4025-86ef-1b5a3da1cf0b"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-09-09T12:16:20.1316277+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "4e910985-0274-4283-9667-8d67edb94c88",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"4e910985-0274-4283-9667-8d67edb94c88","ClubId":"7b2e7819-d3e2-460b-9ef5-211f4a39e00b","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"fd4b1314-840d-4827-afdf-40252d8b57eb","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["c6a10939-3832-4ede-a492-ef2d3a3a0a7f","eedf7e91-8c17-4025-86ef-1b5a3da1cf0b"],"AccountState":7,"LastPasswordChangeOn":"2026-09-09T12:16:20.1316277+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"4e910985-0274-4283-9667-8d67edb94c88","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">4e910985-0274-4283-9667-8d67edb94c88</Id>
<AccountState>7</AccountState>
<ClubId>7b2e7819-d3e2-460b-9ef5-211f4a39e00b</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-09-09T12:16:20.1316277+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>fd4b1314-840d-4827-afdf-40252d8b57eb</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>4e910985-0274-4283-9667-8d67edb94c88</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c6a10939-3832-4ede-a492-ef2d3a3a0a7f</d2p1:guid>
<d2p1:guid>eedf7e91-8c17-4025-86ef-1b5a3da1cf0b</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": "9dfa57c3-759d-44d5-b670-d2528346da6d",
"ClubId": "0ae7df02-bb1d-4700-aa30-cf8e7b3c7a82",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "2eb712df-ddab-4d56-a6d8-5919a155199c",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"29abc34b-59d0-425b-9b88-f381b1643210",
"0854dc61-2e10-4764-b79f-a9552e71298a"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-09-09T12:16:20.147246+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "9dfa57c3-759d-44d5-b670-d2528346da6d",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"9dfa57c3-759d-44d5-b670-d2528346da6d","ClubId":"0ae7df02-bb1d-4700-aa30-cf8e7b3c7a82","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"2eb712df-ddab-4d56-a6d8-5919a155199c","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["29abc34b-59d0-425b-9b88-f381b1643210","0854dc61-2e10-4764-b79f-a9552e71298a"],"AccountState":7,"LastPasswordChangeOn":"2026-09-09T12:16:20.147246+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"9dfa57c3-759d-44d5-b670-d2528346da6d","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">9dfa57c3-759d-44d5-b670-d2528346da6d</Id>
<AccountState>7</AccountState>
<ClubId>0ae7df02-bb1d-4700-aa30-cf8e7b3c7a82</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-09-09T12:16:20.147246+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>2eb712df-ddab-4d56-a6d8-5919a155199c</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>9dfa57c3-759d-44d5-b670-d2528346da6d</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>29abc34b-59d0-425b-9b88-f381b1643210</d2p1:guid>
<d2p1:guid>0854dc61-2e10-4764-b79f-a9552e71298a</d2p1:guid>
</UserRoleIds>
</UserDetails>