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": "0317ba4b-073f-4a64-85dc-c52e6a64c85f",
"ClubId": "8397b47c-d9fb-41e9-9d34-bae5d90bb04a",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "9f9c311c-1e37-4353-b71c-f6a4e166b244",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"6dbf3e67-fbae-4076-9760-d86afe41dd7d",
"017fe323-50e9-4a36-9085-3ef188b634ab"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-01-16T16:53:38.1216179+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "0317ba4b-073f-4a64-85dc-c52e6a64c85f",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"0317ba4b-073f-4a64-85dc-c52e6a64c85f","ClubId":"8397b47c-d9fb-41e9-9d34-bae5d90bb04a","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"9f9c311c-1e37-4353-b71c-f6a4e166b244","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["6dbf3e67-fbae-4076-9760-d86afe41dd7d","017fe323-50e9-4a36-9085-3ef188b634ab"],"AccountState":7,"LastPasswordChangeOn":"2026-01-16T16:53:38.1216179+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"0317ba4b-073f-4a64-85dc-c52e6a64c85f","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">0317ba4b-073f-4a64-85dc-c52e6a64c85f</Id>
<AccountState>7</AccountState>
<ClubId>8397b47c-d9fb-41e9-9d34-bae5d90bb04a</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-01-16T16:53:38.1216179+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>9f9c311c-1e37-4353-b71c-f6a4e166b244</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>0317ba4b-073f-4a64-85dc-c52e6a64c85f</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6dbf3e67-fbae-4076-9760-d86afe41dd7d</d2p1:guid>
<d2p1:guid>017fe323-50e9-4a36-9085-3ef188b634ab</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": "2051e365-97bb-4dbb-900c-ab328869891b",
"ClubId": "1538e0d5-c442-489e-86b5-55a835332016",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "9f2108c0-4dfc-4359-acd5-ea63bdb5e137",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"6fe6846f-e565-4098-95b2-3134830c2710",
"0d0cbe0c-28b4-44b8-821f-24ce6d54a58f"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-01-16T16:53:38.1372437+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "2051e365-97bb-4dbb-900c-ab328869891b",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"2051e365-97bb-4dbb-900c-ab328869891b","ClubId":"1538e0d5-c442-489e-86b5-55a835332016","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"9f2108c0-4dfc-4359-acd5-ea63bdb5e137","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["6fe6846f-e565-4098-95b2-3134830c2710","0d0cbe0c-28b4-44b8-821f-24ce6d54a58f"],"AccountState":7,"LastPasswordChangeOn":"2026-01-16T16:53:38.1372437+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"2051e365-97bb-4dbb-900c-ab328869891b","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">2051e365-97bb-4dbb-900c-ab328869891b</Id>
<AccountState>7</AccountState>
<ClubId>1538e0d5-c442-489e-86b5-55a835332016</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-01-16T16:53:38.1372437+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>9f2108c0-4dfc-4359-acd5-ea63bdb5e137</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>2051e365-97bb-4dbb-900c-ab328869891b</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6fe6846f-e565-4098-95b2-3134830c2710</d2p1:guid>
<d2p1:guid>0d0cbe0c-28b4-44b8-821f-24ce6d54a58f</d2p1:guid>
</UserRoleIds>
</UserDetails>