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": "647dfda6-bcde-4f5a-a3c8-df6201971cf4",
"ClubId": "1e79a621-ee08-4d04-87f5-c0ccce61389b",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "b1205a21-d864-4cd0-a359-d15e45559e10",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"95d5ab2d-0154-41e9-8045-728fdfc8a89f",
"d1326b39-ebbe-43fc-bb76-d82db9d6cf7a"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-09-28T00:13:38.3472758+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "647dfda6-bcde-4f5a-a3c8-df6201971cf4",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"647dfda6-bcde-4f5a-a3c8-df6201971cf4","ClubId":"1e79a621-ee08-4d04-87f5-c0ccce61389b","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"b1205a21-d864-4cd0-a359-d15e45559e10","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["95d5ab2d-0154-41e9-8045-728fdfc8a89f","d1326b39-ebbe-43fc-bb76-d82db9d6cf7a"],"AccountState":7,"LastPasswordChangeOn":"2026-09-28T00:13:38.3472758+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"647dfda6-bcde-4f5a-a3c8-df6201971cf4","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">647dfda6-bcde-4f5a-a3c8-df6201971cf4</Id>
<AccountState>7</AccountState>
<ClubId>1e79a621-ee08-4d04-87f5-c0ccce61389b</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-09-28T00:13:38.3472758+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>b1205a21-d864-4cd0-a359-d15e45559e10</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>647dfda6-bcde-4f5a-a3c8-df6201971cf4</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>95d5ab2d-0154-41e9-8045-728fdfc8a89f</d2p1:guid>
<d2p1:guid>d1326b39-ebbe-43fc-bb76-d82db9d6cf7a</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": "257cdd23-faae-4f0b-a39b-c5349fa22c0c",
"ClubId": "60a52fde-e0b2-4084-8ca0-c5a3c2b5abbc",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "b0ee552e-8849-4e77-af45-a3fa8670602c",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"8fcff782-5d41-4c01-8c12-ca54e909c3a4",
"3ef44488-4bc5-4845-9c99-9671e30f06ec"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-09-28T00:13:38.5191614+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "257cdd23-faae-4f0b-a39b-c5349fa22c0c",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"257cdd23-faae-4f0b-a39b-c5349fa22c0c","ClubId":"60a52fde-e0b2-4084-8ca0-c5a3c2b5abbc","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"b0ee552e-8849-4e77-af45-a3fa8670602c","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["8fcff782-5d41-4c01-8c12-ca54e909c3a4","3ef44488-4bc5-4845-9c99-9671e30f06ec"],"AccountState":7,"LastPasswordChangeOn":"2026-09-28T00:13:38.5191614+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"257cdd23-faae-4f0b-a39b-c5349fa22c0c","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">257cdd23-faae-4f0b-a39b-c5349fa22c0c</Id>
<AccountState>7</AccountState>
<ClubId>60a52fde-e0b2-4084-8ca0-c5a3c2b5abbc</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-09-28T00:13:38.5191614+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>b0ee552e-8849-4e77-af45-a3fa8670602c</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>257cdd23-faae-4f0b-a39b-c5349fa22c0c</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8fcff782-5d41-4c01-8c12-ca54e909c3a4</d2p1:guid>
<d2p1:guid>3ef44488-4bc5-4845-9c99-9671e30f06ec</d2p1:guid>
</UserRoleIds>
</UserDetails>