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": "596bdbf0-08f2-468b-84ed-881727fa94f1",
"ClubId": "dd4fd5da-1e2e-4f55-88f3-c541175cbe9c",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "f46d3b88-3864-4880-8911-f96bfe4b4e2c",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"05dddb08-41af-4156-9447-cee1c54ad0f6",
"57b860f9-b445-4103-999c-b316275cfeaa"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-31T20:37:08.8181583+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "596bdbf0-08f2-468b-84ed-881727fa94f1",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"596bdbf0-08f2-468b-84ed-881727fa94f1","ClubId":"dd4fd5da-1e2e-4f55-88f3-c541175cbe9c","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"f46d3b88-3864-4880-8911-f96bfe4b4e2c","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["05dddb08-41af-4156-9447-cee1c54ad0f6","57b860f9-b445-4103-999c-b316275cfeaa"],"AccountState":7,"LastPasswordChangeOn":"2026-05-31T20:37:08.8181583+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"596bdbf0-08f2-468b-84ed-881727fa94f1","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">596bdbf0-08f2-468b-84ed-881727fa94f1</Id>
<AccountState>7</AccountState>
<ClubId>dd4fd5da-1e2e-4f55-88f3-c541175cbe9c</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-31T20:37:08.8181583+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>f46d3b88-3864-4880-8911-f96bfe4b4e2c</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>596bdbf0-08f2-468b-84ed-881727fa94f1</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>05dddb08-41af-4156-9447-cee1c54ad0f6</d2p1:guid>
<d2p1:guid>57b860f9-b445-4103-999c-b316275cfeaa</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": "96b5084b-923d-4357-a020-c05c9fec0c0f",
"ClubId": "72309fe9-ae7f-426d-a8d6-ca788961e545",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "2c8a85b6-ac55-4f18-a768-280bb8ecdb40",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"44b2e1fb-1413-4b2b-9601-5bc5e8c58e2a",
"419cc3c7-7033-4836-8800-9bd9cdf8faa4"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-31T20:37:08.8181583+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "96b5084b-923d-4357-a020-c05c9fec0c0f",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"96b5084b-923d-4357-a020-c05c9fec0c0f","ClubId":"72309fe9-ae7f-426d-a8d6-ca788961e545","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"2c8a85b6-ac55-4f18-a768-280bb8ecdb40","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["44b2e1fb-1413-4b2b-9601-5bc5e8c58e2a","419cc3c7-7033-4836-8800-9bd9cdf8faa4"],"AccountState":7,"LastPasswordChangeOn":"2026-05-31T20:37:08.8181583+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"96b5084b-923d-4357-a020-c05c9fec0c0f","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">96b5084b-923d-4357-a020-c05c9fec0c0f</Id>
<AccountState>7</AccountState>
<ClubId>72309fe9-ae7f-426d-a8d6-ca788961e545</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-31T20:37:08.8181583+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>2c8a85b6-ac55-4f18-a768-280bb8ecdb40</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>96b5084b-923d-4357-a020-c05c9fec0c0f</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>44b2e1fb-1413-4b2b-9601-5bc5e8c58e2a</d2p1:guid>
<d2p1:guid>419cc3c7-7033-4836-8800-9bd9cdf8faa4</d2p1:guid>
</UserRoleIds>
</UserDetails>