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": "176aa691-9a38-4052-990a-80eaf35cf4fa",
"ClubId": "e7585449-d0d4-4ffa-acde-bf6bf2f6c945",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "afa768c7-08f3-462e-9741-4b0e40449127",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"614416d2-fab6-4260-aafc-7a467d7133e8",
"4e148726-7a0c-487d-be99-a6fc93272420"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-09-15T14:23:24.3108827+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "176aa691-9a38-4052-990a-80eaf35cf4fa",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"176aa691-9a38-4052-990a-80eaf35cf4fa","ClubId":"e7585449-d0d4-4ffa-acde-bf6bf2f6c945","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"afa768c7-08f3-462e-9741-4b0e40449127","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["614416d2-fab6-4260-aafc-7a467d7133e8","4e148726-7a0c-487d-be99-a6fc93272420"],"AccountState":7,"LastPasswordChangeOn":"2026-09-15T14:23:24.3108827+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"176aa691-9a38-4052-990a-80eaf35cf4fa","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">176aa691-9a38-4052-990a-80eaf35cf4fa</Id>
<AccountState>7</AccountState>
<ClubId>e7585449-d0d4-4ffa-acde-bf6bf2f6c945</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-09-15T14:23:24.3108827+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>afa768c7-08f3-462e-9741-4b0e40449127</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>176aa691-9a38-4052-990a-80eaf35cf4fa</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>614416d2-fab6-4260-aafc-7a467d7133e8</d2p1:guid>
<d2p1:guid>4e148726-7a0c-487d-be99-a6fc93272420</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": "9f9fac11-e82f-470a-9dd5-e1f602abea62",
"ClubId": "00f61c3b-fb08-4dfb-9f8c-92717830b908",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "d694a1e4-25a4-4f60-8270-0a357da97f7f",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"72421c57-0981-4329-927a-6b58d110b791",
"9b64bd35-936e-44ec-829f-e3827cddf7bc"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-09-15T14:23:24.3265162+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "9f9fac11-e82f-470a-9dd5-e1f602abea62",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"9f9fac11-e82f-470a-9dd5-e1f602abea62","ClubId":"00f61c3b-fb08-4dfb-9f8c-92717830b908","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"d694a1e4-25a4-4f60-8270-0a357da97f7f","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["72421c57-0981-4329-927a-6b58d110b791","9b64bd35-936e-44ec-829f-e3827cddf7bc"],"AccountState":7,"LastPasswordChangeOn":"2026-09-15T14:23:24.3265162+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"9f9fac11-e82f-470a-9dd5-e1f602abea62","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">9f9fac11-e82f-470a-9dd5-e1f602abea62</Id>
<AccountState>7</AccountState>
<ClubId>00f61c3b-fb08-4dfb-9f8c-92717830b908</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-09-15T14:23:24.3265162+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>d694a1e4-25a4-4f60-8270-0a357da97f7f</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>9f9fac11-e82f-470a-9dd5-e1f602abea62</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>72421c57-0981-4329-927a-6b58d110b791</d2p1:guid>
<d2p1:guid>9b64bd35-936e-44ec-829f-e3827cddf7bc</d2p1:guid>
</UserRoleIds>
</UserDetails>