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": "b472e4d4-e84d-49fc-a784-4786b7722121",
"ClubId": "3a3f9815-d9c8-4f5a-a962-ce526ad99656",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "52b2fa77-42b6-47a7-8a30-374680bd7492",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"27e58e81-be46-4f49-8917-3ae67822d394",
"cc47feef-5692-48a0-9cb1-762bf9d5d6ca"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-19T00:10:38.0256831+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "b472e4d4-e84d-49fc-a784-4786b7722121",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"b472e4d4-e84d-49fc-a784-4786b7722121","ClubId":"3a3f9815-d9c8-4f5a-a962-ce526ad99656","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"52b2fa77-42b6-47a7-8a30-374680bd7492","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["27e58e81-be46-4f49-8917-3ae67822d394","cc47feef-5692-48a0-9cb1-762bf9d5d6ca"],"AccountState":7,"LastPasswordChangeOn":"2026-05-19T00:10:38.0256831+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"b472e4d4-e84d-49fc-a784-4786b7722121","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">b472e4d4-e84d-49fc-a784-4786b7722121</Id>
<AccountState>7</AccountState>
<ClubId>3a3f9815-d9c8-4f5a-a962-ce526ad99656</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-19T00:10:38.0256831+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>52b2fa77-42b6-47a7-8a30-374680bd7492</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>b472e4d4-e84d-49fc-a784-4786b7722121</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>27e58e81-be46-4f49-8917-3ae67822d394</d2p1:guid>
<d2p1:guid>cc47feef-5692-48a0-9cb1-762bf9d5d6ca</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": "f75306e2-b06f-4785-b262-37431417febd",
"ClubId": "9cf4db35-6d94-48f5-905a-cfd3fc49a32d",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "563c5680-6646-4601-a56a-d7cafd9f6570",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"f5e53854-9681-4938-98f7-441071a2dd74",
"ee6dd2e7-2aa0-4941-b8cf-b009fa1f4f67"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-19T00:10:38.0256831+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "f75306e2-b06f-4785-b262-37431417febd",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"f75306e2-b06f-4785-b262-37431417febd","ClubId":"9cf4db35-6d94-48f5-905a-cfd3fc49a32d","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"563c5680-6646-4601-a56a-d7cafd9f6570","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["f5e53854-9681-4938-98f7-441071a2dd74","ee6dd2e7-2aa0-4941-b8cf-b009fa1f4f67"],"AccountState":7,"LastPasswordChangeOn":"2026-05-19T00:10:38.0256831+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"f75306e2-b06f-4785-b262-37431417febd","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">f75306e2-b06f-4785-b262-37431417febd</Id>
<AccountState>7</AccountState>
<ClubId>9cf4db35-6d94-48f5-905a-cfd3fc49a32d</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-19T00:10:38.0256831+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>563c5680-6646-4601-a56a-d7cafd9f6570</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>f75306e2-b06f-4785-b262-37431417febd</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f5e53854-9681-4938-98f7-441071a2dd74</d2p1:guid>
<d2p1:guid>ee6dd2e7-2aa0-4941-b8cf-b009fa1f4f67</d2p1:guid>
</UserRoleIds>
</UserDetails>