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": "31bab770-6e8e-45d7-bf73-d9f26f4d349a",
"ClubId": "30bccc2e-907d-425b-88d7-1b89bc4721f7",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "1d22596d-477a-4f76-bf20-66106d4ae54b",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"41d76e71-9d17-40f8-a220-438d5b45b742",
"f0c78175-079b-42ff-8a2c-dfb53e28da9e"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-26T21:01:25.7100216+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "31bab770-6e8e-45d7-bf73-d9f26f4d349a",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"31bab770-6e8e-45d7-bf73-d9f26f4d349a","ClubId":"30bccc2e-907d-425b-88d7-1b89bc4721f7","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"1d22596d-477a-4f76-bf20-66106d4ae54b","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["41d76e71-9d17-40f8-a220-438d5b45b742","f0c78175-079b-42ff-8a2c-dfb53e28da9e"],"AccountState":7,"LastPasswordChangeOn":"2026-04-26T21:01:25.7100216+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"31bab770-6e8e-45d7-bf73-d9f26f4d349a","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">31bab770-6e8e-45d7-bf73-d9f26f4d349a</Id>
<AccountState>7</AccountState>
<ClubId>30bccc2e-907d-425b-88d7-1b89bc4721f7</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-26T21:01:25.7100216+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>1d22596d-477a-4f76-bf20-66106d4ae54b</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>31bab770-6e8e-45d7-bf73-d9f26f4d349a</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>41d76e71-9d17-40f8-a220-438d5b45b742</d2p1:guid>
<d2p1:guid>f0c78175-079b-42ff-8a2c-dfb53e28da9e</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": "eeb7f1c6-15e1-46a5-9755-2b396e4fe9e9",
"ClubId": "6d50376b-13d3-4f71-8a56-51c86c86b173",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "d728d276-b636-46ff-b948-0bd0abd945fd",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"9f76f7e0-0354-4d50-8d15-f351217cedeb",
"07fcc40b-26cd-4e1b-a1a3-a10b27e9cd3c"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-26T21:01:25.7100216+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "eeb7f1c6-15e1-46a5-9755-2b396e4fe9e9",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"eeb7f1c6-15e1-46a5-9755-2b396e4fe9e9","ClubId":"6d50376b-13d3-4f71-8a56-51c86c86b173","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"d728d276-b636-46ff-b948-0bd0abd945fd","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["9f76f7e0-0354-4d50-8d15-f351217cedeb","07fcc40b-26cd-4e1b-a1a3-a10b27e9cd3c"],"AccountState":7,"LastPasswordChangeOn":"2026-04-26T21:01:25.7100216+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"eeb7f1c6-15e1-46a5-9755-2b396e4fe9e9","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">eeb7f1c6-15e1-46a5-9755-2b396e4fe9e9</Id>
<AccountState>7</AccountState>
<ClubId>6d50376b-13d3-4f71-8a56-51c86c86b173</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-26T21:01:25.7100216+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>d728d276-b636-46ff-b948-0bd0abd945fd</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>eeb7f1c6-15e1-46a5-9755-2b396e4fe9e9</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9f76f7e0-0354-4d50-8d15-f351217cedeb</d2p1:guid>
<d2p1:guid>07fcc40b-26cd-4e1b-a1a3-a10b27e9cd3c</d2p1:guid>
</UserRoleIds>
</UserDetails>