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": "9935c514-b2d9-4a2b-a94b-b75288c25507",
"ClubId": "3bd9a1e0-2652-40ae-9ccc-1032a9723933",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "a42826af-b18a-4308-82b9-9bcce897c3c1",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"1704df46-963e-4d76-ae75-26b517292373",
"af631548-7442-4205-ac14-74330877a533"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-09-24T23:05:32.3665343+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "9935c514-b2d9-4a2b-a94b-b75288c25507",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"9935c514-b2d9-4a2b-a94b-b75288c25507","ClubId":"3bd9a1e0-2652-40ae-9ccc-1032a9723933","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"a42826af-b18a-4308-82b9-9bcce897c3c1","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["1704df46-963e-4d76-ae75-26b517292373","af631548-7442-4205-ac14-74330877a533"],"AccountState":7,"LastPasswordChangeOn":"2026-09-24T23:05:32.3665343+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"9935c514-b2d9-4a2b-a94b-b75288c25507","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">9935c514-b2d9-4a2b-a94b-b75288c25507</Id>
<AccountState>7</AccountState>
<ClubId>3bd9a1e0-2652-40ae-9ccc-1032a9723933</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-09-24T23:05:32.3665343+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>a42826af-b18a-4308-82b9-9bcce897c3c1</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>9935c514-b2d9-4a2b-a94b-b75288c25507</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1704df46-963e-4d76-ae75-26b517292373</d2p1:guid>
<d2p1:guid>af631548-7442-4205-ac14-74330877a533</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": "022ad7d5-e934-45d6-a338-cb077146e8f9",
"ClubId": "4a48e56b-a7ab-4c15-af2c-bdd5b73f1d47",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "4c822728-7c31-4696-b933-69b1c8a0cf77",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"5f6a7b61-eecc-4029-ba94-b2541bfbe6a4",
"cd41f0d4-54f1-47e7-a7ff-a7f506af07d6"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-09-24T23:05:32.3821507+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "022ad7d5-e934-45d6-a338-cb077146e8f9",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"022ad7d5-e934-45d6-a338-cb077146e8f9","ClubId":"4a48e56b-a7ab-4c15-af2c-bdd5b73f1d47","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"4c822728-7c31-4696-b933-69b1c8a0cf77","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["5f6a7b61-eecc-4029-ba94-b2541bfbe6a4","cd41f0d4-54f1-47e7-a7ff-a7f506af07d6"],"AccountState":7,"LastPasswordChangeOn":"2026-09-24T23:05:32.3821507+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"022ad7d5-e934-45d6-a338-cb077146e8f9","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">022ad7d5-e934-45d6-a338-cb077146e8f9</Id>
<AccountState>7</AccountState>
<ClubId>4a48e56b-a7ab-4c15-af2c-bdd5b73f1d47</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-09-24T23:05:32.3821507+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>4c822728-7c31-4696-b933-69b1c8a0cf77</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>022ad7d5-e934-45d6-a338-cb077146e8f9</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5f6a7b61-eecc-4029-ba94-b2541bfbe6a4</d2p1:guid>
<d2p1:guid>cd41f0d4-54f1-47e7-a7ff-a7f506af07d6</d2p1:guid>
</UserRoleIds>
</UserDetails>