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": "b4bc7f8d-fc45-4c13-adb7-c1e544cc317d",
"ClubId": "30fb950f-0fee-4bfa-95ff-5ab5ad032e98",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "9409b6e7-b26b-41ac-9136-2442fd4d7f43",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"ed9ba534-620b-4044-a82b-9a5d1411874b",
"dd55a911-50cd-43ea-95c9-bbd8474fa2f6"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-29T12:25:30.8961134+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "b4bc7f8d-fc45-4c13-adb7-c1e544cc317d",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"b4bc7f8d-fc45-4c13-adb7-c1e544cc317d","ClubId":"30fb950f-0fee-4bfa-95ff-5ab5ad032e98","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"9409b6e7-b26b-41ac-9136-2442fd4d7f43","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["ed9ba534-620b-4044-a82b-9a5d1411874b","dd55a911-50cd-43ea-95c9-bbd8474fa2f6"],"AccountState":7,"LastPasswordChangeOn":"2026-04-29T12:25:30.8961134+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"b4bc7f8d-fc45-4c13-adb7-c1e544cc317d","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">b4bc7f8d-fc45-4c13-adb7-c1e544cc317d</Id>
<AccountState>7</AccountState>
<ClubId>30fb950f-0fee-4bfa-95ff-5ab5ad032e98</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-29T12:25:30.8961134+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>9409b6e7-b26b-41ac-9136-2442fd4d7f43</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>b4bc7f8d-fc45-4c13-adb7-c1e544cc317d</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ed9ba534-620b-4044-a82b-9a5d1411874b</d2p1:guid>
<d2p1:guid>dd55a911-50cd-43ea-95c9-bbd8474fa2f6</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": "3ef63ca3-73f3-47a5-9994-084c42cfecac",
"ClubId": "087d9c18-fd15-452e-9f2c-92695ac81151",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "6b16e83e-6b48-4f9b-a1a2-a030185ab833",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"ad3c340e-da44-4596-8f38-2e0f81ee4dba",
"7117d42d-9de6-463b-b561-bb076be87b50"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-29T12:25:30.8961134+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "3ef63ca3-73f3-47a5-9994-084c42cfecac",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"3ef63ca3-73f3-47a5-9994-084c42cfecac","ClubId":"087d9c18-fd15-452e-9f2c-92695ac81151","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"6b16e83e-6b48-4f9b-a1a2-a030185ab833","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["ad3c340e-da44-4596-8f38-2e0f81ee4dba","7117d42d-9de6-463b-b561-bb076be87b50"],"AccountState":7,"LastPasswordChangeOn":"2026-04-29T12:25:30.8961134+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"3ef63ca3-73f3-47a5-9994-084c42cfecac","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">3ef63ca3-73f3-47a5-9994-084c42cfecac</Id>
<AccountState>7</AccountState>
<ClubId>087d9c18-fd15-452e-9f2c-92695ac81151</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-29T12:25:30.8961134+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>6b16e83e-6b48-4f9b-a1a2-a030185ab833</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>3ef63ca3-73f3-47a5-9994-084c42cfecac</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ad3c340e-da44-4596-8f38-2e0f81ee4dba</d2p1:guid>
<d2p1:guid>7117d42d-9de6-463b-b561-bb076be87b50</d2p1:guid>
</UserRoleIds>
</UserDetails>