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": "f3e7c342-0a6e-4b0d-a12f-d5282d1327ca",
"ClubId": "25fb7f36-a274-4c4f-948b-4a0620b194b4",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "dd029138-c4c2-4deb-9c53-c7ead275eccd",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"7a4130eb-8163-49b0-8c28-f2febdc67912",
"13960a7a-4479-40b8-a92d-4d62a076965e"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-09-06T12:11:08.1955937+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "f3e7c342-0a6e-4b0d-a12f-d5282d1327ca",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"f3e7c342-0a6e-4b0d-a12f-d5282d1327ca","ClubId":"25fb7f36-a274-4c4f-948b-4a0620b194b4","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"dd029138-c4c2-4deb-9c53-c7ead275eccd","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["7a4130eb-8163-49b0-8c28-f2febdc67912","13960a7a-4479-40b8-a92d-4d62a076965e"],"AccountState":7,"LastPasswordChangeOn":"2026-09-06T12:11:08.1955937+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"f3e7c342-0a6e-4b0d-a12f-d5282d1327ca","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">f3e7c342-0a6e-4b0d-a12f-d5282d1327ca</Id>
<AccountState>7</AccountState>
<ClubId>25fb7f36-a274-4c4f-948b-4a0620b194b4</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-09-06T12:11:08.1955937+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>dd029138-c4c2-4deb-9c53-c7ead275eccd</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>f3e7c342-0a6e-4b0d-a12f-d5282d1327ca</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>7a4130eb-8163-49b0-8c28-f2febdc67912</d2p1:guid>
<d2p1:guid>13960a7a-4479-40b8-a92d-4d62a076965e</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": "2529ee1b-71fb-498d-851f-a3ca399e58e5",
"ClubId": "a53084e1-89f7-45fd-9899-dab1c909beba",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "2c749b3a-8839-4025-b444-195bcd0cbd58",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"59db87fe-777a-4b13-a180-1149c87d042c",
"59c8166f-65e0-4fce-8c61-978ae396739d"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-09-06T12:11:08.3674844+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "2529ee1b-71fb-498d-851f-a3ca399e58e5",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"2529ee1b-71fb-498d-851f-a3ca399e58e5","ClubId":"a53084e1-89f7-45fd-9899-dab1c909beba","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"2c749b3a-8839-4025-b444-195bcd0cbd58","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["59db87fe-777a-4b13-a180-1149c87d042c","59c8166f-65e0-4fce-8c61-978ae396739d"],"AccountState":7,"LastPasswordChangeOn":"2026-09-06T12:11:08.3674844+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"2529ee1b-71fb-498d-851f-a3ca399e58e5","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">2529ee1b-71fb-498d-851f-a3ca399e58e5</Id>
<AccountState>7</AccountState>
<ClubId>a53084e1-89f7-45fd-9899-dab1c909beba</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-09-06T12:11:08.3674844+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>2c749b3a-8839-4025-b444-195bcd0cbd58</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>2529ee1b-71fb-498d-851f-a3ca399e58e5</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>59db87fe-777a-4b13-a180-1149c87d042c</d2p1:guid>
<d2p1:guid>59c8166f-65e0-4fce-8c61-978ae396739d</d2p1:guid>
</UserRoleIds>
</UserDetails>