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": "31799b23-2c7d-4e84-89c8-21b8726bed2e",
"ClubId": "5b0eb882-2436-450b-b36a-dcf6e149f3a0",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "a4c8d01a-24bc-4d88-b50b-266a2137e92a",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"05d586d3-2f47-4360-b28a-5286d6e0ed15",
"4eaadbb6-f689-4930-b155-5731ee5baa48"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-24T22:00:07.8086935+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "31799b23-2c7d-4e84-89c8-21b8726bed2e",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"31799b23-2c7d-4e84-89c8-21b8726bed2e","ClubId":"5b0eb882-2436-450b-b36a-dcf6e149f3a0","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"a4c8d01a-24bc-4d88-b50b-266a2137e92a","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["05d586d3-2f47-4360-b28a-5286d6e0ed15","4eaadbb6-f689-4930-b155-5731ee5baa48"],"AccountState":7,"LastPasswordChangeOn":"2026-05-24T22:00:07.8086935+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"31799b23-2c7d-4e84-89c8-21b8726bed2e","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">31799b23-2c7d-4e84-89c8-21b8726bed2e</Id>
<AccountState>7</AccountState>
<ClubId>5b0eb882-2436-450b-b36a-dcf6e149f3a0</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-24T22:00:07.8086935+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>a4c8d01a-24bc-4d88-b50b-266a2137e92a</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>31799b23-2c7d-4e84-89c8-21b8726bed2e</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>05d586d3-2f47-4360-b28a-5286d6e0ed15</d2p1:guid>
<d2p1:guid>4eaadbb6-f689-4930-b155-5731ee5baa48</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": "86f2057d-a0cf-4584-afd3-ea3874f222dc",
"ClubId": "7af04817-9139-4b29-8900-da747d3d8801",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "6c651bcd-2256-4091-9694-8601dc1fc9cd",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"5db87473-3f19-40af-95a8-561c9ef3122c",
"9b5b118c-2b42-418a-8ec0-d2d96a587f85"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-24T22:00:07.8086935+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "86f2057d-a0cf-4584-afd3-ea3874f222dc",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"86f2057d-a0cf-4584-afd3-ea3874f222dc","ClubId":"7af04817-9139-4b29-8900-da747d3d8801","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"6c651bcd-2256-4091-9694-8601dc1fc9cd","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["5db87473-3f19-40af-95a8-561c9ef3122c","9b5b118c-2b42-418a-8ec0-d2d96a587f85"],"AccountState":7,"LastPasswordChangeOn":"2026-05-24T22:00:07.8086935+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"86f2057d-a0cf-4584-afd3-ea3874f222dc","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">86f2057d-a0cf-4584-afd3-ea3874f222dc</Id>
<AccountState>7</AccountState>
<ClubId>7af04817-9139-4b29-8900-da747d3d8801</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-24T22:00:07.8086935+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>6c651bcd-2256-4091-9694-8601dc1fc9cd</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>86f2057d-a0cf-4584-afd3-ea3874f222dc</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5db87473-3f19-40af-95a8-561c9ef3122c</d2p1:guid>
<d2p1:guid>9b5b118c-2b42-418a-8ec0-d2d96a587f85</d2p1:guid>
</UserRoleIds>
</UserDetails>