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": "00f81573-0caa-47ab-8045-8c64a3ad0183",
"ClubId": "40a3e00d-052c-4f3e-a4b2-f1845262e4c4",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "1f1b03f2-6b36-4672-8ffd-429a0b4aa8f5",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"34b8f2bc-c859-4645-99fe-8b6dd2acb20a",
"a4250f57-0711-4c78-ba72-cb933fe531b4"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-08-04T02:39:51.7299022+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "00f81573-0caa-47ab-8045-8c64a3ad0183",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"00f81573-0caa-47ab-8045-8c64a3ad0183","ClubId":"40a3e00d-052c-4f3e-a4b2-f1845262e4c4","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"1f1b03f2-6b36-4672-8ffd-429a0b4aa8f5","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["34b8f2bc-c859-4645-99fe-8b6dd2acb20a","a4250f57-0711-4c78-ba72-cb933fe531b4"],"AccountState":7,"LastPasswordChangeOn":"2026-08-04T02:39:51.7299022+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"00f81573-0caa-47ab-8045-8c64a3ad0183","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">00f81573-0caa-47ab-8045-8c64a3ad0183</Id>
<AccountState>7</AccountState>
<ClubId>40a3e00d-052c-4f3e-a4b2-f1845262e4c4</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-08-04T02:39:51.7299022+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>1f1b03f2-6b36-4672-8ffd-429a0b4aa8f5</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>00f81573-0caa-47ab-8045-8c64a3ad0183</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>34b8f2bc-c859-4645-99fe-8b6dd2acb20a</d2p1:guid>
<d2p1:guid>a4250f57-0711-4c78-ba72-cb933fe531b4</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": "91d70290-4aad-46ba-bc7a-bc50628a5a33",
"ClubId": "b5fbf24d-e403-4039-9549-8dece300ad65",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "779547a7-dae7-4cc3-861a-6fff3a4a2f3c",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"40cc2e2f-c183-4397-b164-cc2dcb9d16ff",
"76b980de-4a48-4e3a-ba35-e838d38695ad"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-08-04T02:39:52.1830209+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "91d70290-4aad-46ba-bc7a-bc50628a5a33",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"91d70290-4aad-46ba-bc7a-bc50628a5a33","ClubId":"b5fbf24d-e403-4039-9549-8dece300ad65","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"779547a7-dae7-4cc3-861a-6fff3a4a2f3c","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["40cc2e2f-c183-4397-b164-cc2dcb9d16ff","76b980de-4a48-4e3a-ba35-e838d38695ad"],"AccountState":7,"LastPasswordChangeOn":"2026-08-04T02:39:52.1830209+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"91d70290-4aad-46ba-bc7a-bc50628a5a33","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">91d70290-4aad-46ba-bc7a-bc50628a5a33</Id>
<AccountState>7</AccountState>
<ClubId>b5fbf24d-e403-4039-9549-8dece300ad65</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-08-04T02:39:52.1830209+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>779547a7-dae7-4cc3-861a-6fff3a4a2f3c</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>91d70290-4aad-46ba-bc7a-bc50628a5a33</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>40cc2e2f-c183-4397-b164-cc2dcb9d16ff</d2p1:guid>
<d2p1:guid>76b980de-4a48-4e3a-ba35-e838d38695ad</d2p1:guid>
</UserRoleIds>
</UserDetails>