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": "130c79ee-251a-477c-91fe-f4caf5ac762b",
"ClubId": "0da56f0f-57dc-4aff-bad6-1b40e5829f49",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "9142dfe3-620f-4df2-80c7-fcd840b53581",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"8bfefb0f-8fc4-4a99-8399-957a0fd87a84",
"6b58c267-f621-4b41-9b04-a141c76ed106"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-02-16T01:23:05.4074141+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "130c79ee-251a-477c-91fe-f4caf5ac762b",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"130c79ee-251a-477c-91fe-f4caf5ac762b","ClubId":"0da56f0f-57dc-4aff-bad6-1b40e5829f49","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"9142dfe3-620f-4df2-80c7-fcd840b53581","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["8bfefb0f-8fc4-4a99-8399-957a0fd87a84","6b58c267-f621-4b41-9b04-a141c76ed106"],"AccountState":7,"LastPasswordChangeOn":"2026-02-16T01:23:05.4074141+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"130c79ee-251a-477c-91fe-f4caf5ac762b","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">130c79ee-251a-477c-91fe-f4caf5ac762b</Id>
<AccountState>7</AccountState>
<ClubId>0da56f0f-57dc-4aff-bad6-1b40e5829f49</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-02-16T01:23:05.4074141+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>9142dfe3-620f-4df2-80c7-fcd840b53581</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>130c79ee-251a-477c-91fe-f4caf5ac762b</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8bfefb0f-8fc4-4a99-8399-957a0fd87a84</d2p1:guid>
<d2p1:guid>6b58c267-f621-4b41-9b04-a141c76ed106</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": "12387384-2a1e-451d-a013-df6195e354d2",
"ClubId": "74555990-539f-4a12-958d-b13fd4fc873a",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "66749380-b73e-4fcc-a50f-1478568ec9fa",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"3010a8f0-fb29-47ea-b9b5-8b2ba0b7c141",
"67e76845-2e63-4103-b99d-2d6adee92115"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-02-16T01:23:05.4074141+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "12387384-2a1e-451d-a013-df6195e354d2",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"12387384-2a1e-451d-a013-df6195e354d2","ClubId":"74555990-539f-4a12-958d-b13fd4fc873a","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"66749380-b73e-4fcc-a50f-1478568ec9fa","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["3010a8f0-fb29-47ea-b9b5-8b2ba0b7c141","67e76845-2e63-4103-b99d-2d6adee92115"],"AccountState":7,"LastPasswordChangeOn":"2026-02-16T01:23:05.4074141+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"12387384-2a1e-451d-a013-df6195e354d2","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">12387384-2a1e-451d-a013-df6195e354d2</Id>
<AccountState>7</AccountState>
<ClubId>74555990-539f-4a12-958d-b13fd4fc873a</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-02-16T01:23:05.4074141+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>66749380-b73e-4fcc-a50f-1478568ec9fa</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>12387384-2a1e-451d-a013-df6195e354d2</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3010a8f0-fb29-47ea-b9b5-8b2ba0b7c141</d2p1:guid>
<d2p1:guid>67e76845-2e63-4103-b99d-2d6adee92115</d2p1:guid>
</UserRoleIds>
</UserDetails>