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": "3ea45e95-af59-48d7-986b-e82b81e40d34",
"ClubId": "c3895523-df5f-419d-b17f-5ffb0f2aca95",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "3a63794d-d6d2-4934-9d4a-ebf920665bc6",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"daa0c94a-6e3b-4ff8-b1ce-8ee772ab21ec",
"457839b0-7f71-4720-b45e-bde6f979cff5"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-23T11:22:46.6197873+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "3ea45e95-af59-48d7-986b-e82b81e40d34",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"3ea45e95-af59-48d7-986b-e82b81e40d34","ClubId":"c3895523-df5f-419d-b17f-5ffb0f2aca95","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"3a63794d-d6d2-4934-9d4a-ebf920665bc6","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["daa0c94a-6e3b-4ff8-b1ce-8ee772ab21ec","457839b0-7f71-4720-b45e-bde6f979cff5"],"AccountState":7,"LastPasswordChangeOn":"2026-04-23T11:22:46.6197873+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"3ea45e95-af59-48d7-986b-e82b81e40d34","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">3ea45e95-af59-48d7-986b-e82b81e40d34</Id>
<AccountState>7</AccountState>
<ClubId>c3895523-df5f-419d-b17f-5ffb0f2aca95</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-23T11:22:46.6197873+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>3a63794d-d6d2-4934-9d4a-ebf920665bc6</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>3ea45e95-af59-48d7-986b-e82b81e40d34</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>daa0c94a-6e3b-4ff8-b1ce-8ee772ab21ec</d2p1:guid>
<d2p1:guid>457839b0-7f71-4720-b45e-bde6f979cff5</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": "6a32d0ae-f19d-4ac3-973a-49515791a6c6",
"ClubId": "60e86da2-344a-467c-b9e5-01085c1ff7d4",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "d2802216-cddc-4f53-9a89-a83d725ad7c8",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"4507df1c-7824-497f-8e1c-de41841d683c",
"015ae23b-3e57-4288-a790-af7d62804bf2"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-23T11:22:46.6197873+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "6a32d0ae-f19d-4ac3-973a-49515791a6c6",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"6a32d0ae-f19d-4ac3-973a-49515791a6c6","ClubId":"60e86da2-344a-467c-b9e5-01085c1ff7d4","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"d2802216-cddc-4f53-9a89-a83d725ad7c8","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["4507df1c-7824-497f-8e1c-de41841d683c","015ae23b-3e57-4288-a790-af7d62804bf2"],"AccountState":7,"LastPasswordChangeOn":"2026-04-23T11:22:46.6197873+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"6a32d0ae-f19d-4ac3-973a-49515791a6c6","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">6a32d0ae-f19d-4ac3-973a-49515791a6c6</Id>
<AccountState>7</AccountState>
<ClubId>60e86da2-344a-467c-b9e5-01085c1ff7d4</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-23T11:22:46.6197873+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>d2802216-cddc-4f53-9a89-a83d725ad7c8</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>6a32d0ae-f19d-4ac3-973a-49515791a6c6</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4507df1c-7824-497f-8e1c-de41841d683c</d2p1:guid>
<d2p1:guid>015ae23b-3e57-4288-a790-af7d62804bf2</d2p1:guid>
</UserRoleIds>
</UserDetails>