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": "30f5e445-341d-474e-996e-9a0687b5b832",
"ClubId": "40e01226-00a3-43c8-9266-c1e1c5fb30fc",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "a4388482-50ff-4020-b7b1-78742a538bce",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"f0887caa-9ea4-46d2-b288-f72193cdec90",
"9847c121-c0a1-428c-88c2-2a1fe58e5b21"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-07-19T20:10:53.1454799+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "30f5e445-341d-474e-996e-9a0687b5b832",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"30f5e445-341d-474e-996e-9a0687b5b832","ClubId":"40e01226-00a3-43c8-9266-c1e1c5fb30fc","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"a4388482-50ff-4020-b7b1-78742a538bce","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["f0887caa-9ea4-46d2-b288-f72193cdec90","9847c121-c0a1-428c-88c2-2a1fe58e5b21"],"AccountState":7,"LastPasswordChangeOn":"2026-07-19T20:10:53.1454799+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"30f5e445-341d-474e-996e-9a0687b5b832","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">30f5e445-341d-474e-996e-9a0687b5b832</Id>
<AccountState>7</AccountState>
<ClubId>40e01226-00a3-43c8-9266-c1e1c5fb30fc</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-07-19T20:10:53.1454799+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>a4388482-50ff-4020-b7b1-78742a538bce</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>30f5e445-341d-474e-996e-9a0687b5b832</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f0887caa-9ea4-46d2-b288-f72193cdec90</d2p1:guid>
<d2p1:guid>9847c121-c0a1-428c-88c2-2a1fe58e5b21</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": "7fe46855-32cc-4d61-bc82-16d58e8be694",
"ClubId": "87c2f6a1-71ec-42f4-9fc1-c9b0fce0bac0",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "c33934b2-66a9-4e07-a421-8255cf4e7206",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"c7a4ba23-82f2-4dd2-ad64-6abb52025642",
"1f122787-d261-429f-8035-145e0cd4dc80"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-07-19T20:10:53.301731+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "7fe46855-32cc-4d61-bc82-16d58e8be694",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"7fe46855-32cc-4d61-bc82-16d58e8be694","ClubId":"87c2f6a1-71ec-42f4-9fc1-c9b0fce0bac0","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"c33934b2-66a9-4e07-a421-8255cf4e7206","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["c7a4ba23-82f2-4dd2-ad64-6abb52025642","1f122787-d261-429f-8035-145e0cd4dc80"],"AccountState":7,"LastPasswordChangeOn":"2026-07-19T20:10:53.301731+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"7fe46855-32cc-4d61-bc82-16d58e8be694","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">7fe46855-32cc-4d61-bc82-16d58e8be694</Id>
<AccountState>7</AccountState>
<ClubId>87c2f6a1-71ec-42f4-9fc1-c9b0fce0bac0</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-07-19T20:10:53.301731+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>c33934b2-66a9-4e07-a421-8255cf4e7206</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>7fe46855-32cc-4d61-bc82-16d58e8be694</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c7a4ba23-82f2-4dd2-ad64-6abb52025642</d2p1:guid>
<d2p1:guid>1f122787-d261-429f-8035-145e0cd4dc80</d2p1:guid>
</UserRoleIds>
</UserDetails>