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": "bdae4066-871a-4067-ad7b-35edd0228a53",
"ClubId": "359beb58-fc49-4ca8-aa29-07dcb5bcdb62",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "ef8a95fb-e7cc-404a-a8f2-0dd181bcd449",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"122fdd40-92bb-404f-84c6-9a267f323143",
"b638d394-e4b4-4069-ac5c-c10c17c7b924"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-07-04T14:23:39.5135476+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "bdae4066-871a-4067-ad7b-35edd0228a53",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"bdae4066-871a-4067-ad7b-35edd0228a53","ClubId":"359beb58-fc49-4ca8-aa29-07dcb5bcdb62","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"ef8a95fb-e7cc-404a-a8f2-0dd181bcd449","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["122fdd40-92bb-404f-84c6-9a267f323143","b638d394-e4b4-4069-ac5c-c10c17c7b924"],"AccountState":7,"LastPasswordChangeOn":"2026-07-04T14:23:39.5135476+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"bdae4066-871a-4067-ad7b-35edd0228a53","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">bdae4066-871a-4067-ad7b-35edd0228a53</Id>
<AccountState>7</AccountState>
<ClubId>359beb58-fc49-4ca8-aa29-07dcb5bcdb62</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-07-04T14:23:39.5135476+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>ef8a95fb-e7cc-404a-a8f2-0dd181bcd449</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>bdae4066-871a-4067-ad7b-35edd0228a53</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>122fdd40-92bb-404f-84c6-9a267f323143</d2p1:guid>
<d2p1:guid>b638d394-e4b4-4069-ac5c-c10c17c7b924</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": "0c3aeecd-77e0-4959-a766-b12e932ed043",
"ClubId": "077b836b-35e2-4402-8643-36ead9357912",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "c708d6b0-5e1d-402c-a4d7-e14738c4022c",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"d94dfc6f-96e2-4ea9-9aec-8407dd35f441",
"aac82c9b-efda-443b-86e6-58165075b0db"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-07-04T14:23:39.5135476+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "0c3aeecd-77e0-4959-a766-b12e932ed043",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"0c3aeecd-77e0-4959-a766-b12e932ed043","ClubId":"077b836b-35e2-4402-8643-36ead9357912","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"c708d6b0-5e1d-402c-a4d7-e14738c4022c","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["d94dfc6f-96e2-4ea9-9aec-8407dd35f441","aac82c9b-efda-443b-86e6-58165075b0db"],"AccountState":7,"LastPasswordChangeOn":"2026-07-04T14:23:39.5135476+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"0c3aeecd-77e0-4959-a766-b12e932ed043","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">0c3aeecd-77e0-4959-a766-b12e932ed043</Id>
<AccountState>7</AccountState>
<ClubId>077b836b-35e2-4402-8643-36ead9357912</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-07-04T14:23:39.5135476+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>c708d6b0-5e1d-402c-a4d7-e14738c4022c</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>0c3aeecd-77e0-4959-a766-b12e932ed043</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d94dfc6f-96e2-4ea9-9aec-8407dd35f441</d2p1:guid>
<d2p1:guid>aac82c9b-efda-443b-86e6-58165075b0db</d2p1:guid>
</UserRoleIds>
</UserDetails>