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": "eeb7c2a4-8715-46d2-b1b2-f44458b73351",
"ClubId": "6abc712a-86a4-4631-bd7f-9a8b9a27159d",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "01988805-5717-40ce-82c9-ba6a75768c23",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"57ee4fc2-1671-48a0-a253-1066596d60a8",
"fc950a72-a561-44e9-a2ac-36d395091ac7"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-13T21:49:14.7632707+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "eeb7c2a4-8715-46d2-b1b2-f44458b73351",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"eeb7c2a4-8715-46d2-b1b2-f44458b73351","ClubId":"6abc712a-86a4-4631-bd7f-9a8b9a27159d","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"01988805-5717-40ce-82c9-ba6a75768c23","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["57ee4fc2-1671-48a0-a253-1066596d60a8","fc950a72-a561-44e9-a2ac-36d395091ac7"],"AccountState":7,"LastPasswordChangeOn":"2026-05-13T21:49:14.7632707+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"eeb7c2a4-8715-46d2-b1b2-f44458b73351","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">eeb7c2a4-8715-46d2-b1b2-f44458b73351</Id>
<AccountState>7</AccountState>
<ClubId>6abc712a-86a4-4631-bd7f-9a8b9a27159d</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-13T21:49:14.7632707+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>01988805-5717-40ce-82c9-ba6a75768c23</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>eeb7c2a4-8715-46d2-b1b2-f44458b73351</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>57ee4fc2-1671-48a0-a253-1066596d60a8</d2p1:guid>
<d2p1:guid>fc950a72-a561-44e9-a2ac-36d395091ac7</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": "fac90b87-f654-4fae-8f8c-34078d1ebf45",
"ClubId": "24a8b014-3e68-493c-a76a-f88ce19d25bf",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "c7d8067e-c778-4694-ba9b-1a7de793cb65",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"6e3714ff-8bde-4149-beff-741b814ce9c0",
"100115e6-f82a-40a7-bad0-acbb4341b8b2"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-13T21:49:14.7788948+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "fac90b87-f654-4fae-8f8c-34078d1ebf45",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"fac90b87-f654-4fae-8f8c-34078d1ebf45","ClubId":"24a8b014-3e68-493c-a76a-f88ce19d25bf","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"c7d8067e-c778-4694-ba9b-1a7de793cb65","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["6e3714ff-8bde-4149-beff-741b814ce9c0","100115e6-f82a-40a7-bad0-acbb4341b8b2"],"AccountState":7,"LastPasswordChangeOn":"2026-05-13T21:49:14.7788948+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"fac90b87-f654-4fae-8f8c-34078d1ebf45","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">fac90b87-f654-4fae-8f8c-34078d1ebf45</Id>
<AccountState>7</AccountState>
<ClubId>24a8b014-3e68-493c-a76a-f88ce19d25bf</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-13T21:49:14.7788948+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>c7d8067e-c778-4694-ba9b-1a7de793cb65</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>fac90b87-f654-4fae-8f8c-34078d1ebf45</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6e3714ff-8bde-4149-beff-741b814ce9c0</d2p1:guid>
<d2p1:guid>100115e6-f82a-40a7-bad0-acbb4341b8b2</d2p1:guid>
</UserRoleIds>
</UserDetails>