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": "dbb51aba-bda2-4061-9dd1-fe4e32037871",
"ClubId": "de1e10c3-948c-4d84-aa12-4ba73ab85130",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "ed9eab27-78d8-4ab1-93d0-75b4a27c0d6b",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"18c0dc76-9f96-465a-800f-ccfaa49a01a0",
"1379ff7b-0fe8-42f4-90ec-eef56aab2716"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-22T11:13:56.2916636+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "dbb51aba-bda2-4061-9dd1-fe4e32037871",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"dbb51aba-bda2-4061-9dd1-fe4e32037871","ClubId":"de1e10c3-948c-4d84-aa12-4ba73ab85130","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"ed9eab27-78d8-4ab1-93d0-75b4a27c0d6b","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["18c0dc76-9f96-465a-800f-ccfaa49a01a0","1379ff7b-0fe8-42f4-90ec-eef56aab2716"],"AccountState":7,"LastPasswordChangeOn":"2026-04-22T11:13:56.2916636+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"dbb51aba-bda2-4061-9dd1-fe4e32037871","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">dbb51aba-bda2-4061-9dd1-fe4e32037871</Id>
<AccountState>7</AccountState>
<ClubId>de1e10c3-948c-4d84-aa12-4ba73ab85130</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-22T11:13:56.2916636+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>ed9eab27-78d8-4ab1-93d0-75b4a27c0d6b</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>dbb51aba-bda2-4061-9dd1-fe4e32037871</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>18c0dc76-9f96-465a-800f-ccfaa49a01a0</d2p1:guid>
<d2p1:guid>1379ff7b-0fe8-42f4-90ec-eef56aab2716</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": "d49ee546-24a3-42e0-9f6b-197847fb0d1f",
"ClubId": "8a7ab7aa-97e5-4750-895b-4115a34fc5b3",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "46c397ac-2d54-41b0-9da2-4cf486c2706a",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"14e5b802-52c2-4312-8673-2067f8f4e647",
"7d800519-2f37-4892-8b1f-aade5b6437e1"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-22T11:13:56.2916636+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "d49ee546-24a3-42e0-9f6b-197847fb0d1f",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"d49ee546-24a3-42e0-9f6b-197847fb0d1f","ClubId":"8a7ab7aa-97e5-4750-895b-4115a34fc5b3","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"46c397ac-2d54-41b0-9da2-4cf486c2706a","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["14e5b802-52c2-4312-8673-2067f8f4e647","7d800519-2f37-4892-8b1f-aade5b6437e1"],"AccountState":7,"LastPasswordChangeOn":"2026-04-22T11:13:56.2916636+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"d49ee546-24a3-42e0-9f6b-197847fb0d1f","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">d49ee546-24a3-42e0-9f6b-197847fb0d1f</Id>
<AccountState>7</AccountState>
<ClubId>8a7ab7aa-97e5-4750-895b-4115a34fc5b3</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-22T11:13:56.2916636+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>46c397ac-2d54-41b0-9da2-4cf486c2706a</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>d49ee546-24a3-42e0-9f6b-197847fb0d1f</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>14e5b802-52c2-4312-8673-2067f8f4e647</d2p1:guid>
<d2p1:guid>7d800519-2f37-4892-8b1f-aade5b6437e1</d2p1:guid>
</UserRoleIds>
</UserDetails>