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": "e10ff5f7-9e93-4e35-bf7e-a64dc150e3e7",
"ClubId": "0ba4e89b-6a77-4c75-97be-eae5e7da8c76",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "f3dcc212-7e39-4a2e-8d4d-d94c0ecb0c6e",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"a4c2b0ea-4a7f-4666-a9ed-9640a3d2065b",
"b4754657-bbda-4e9c-88fc-1c2649e78ab9"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-17T11:26:13.4029538+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "e10ff5f7-9e93-4e35-bf7e-a64dc150e3e7",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"e10ff5f7-9e93-4e35-bf7e-a64dc150e3e7","ClubId":"0ba4e89b-6a77-4c75-97be-eae5e7da8c76","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"f3dcc212-7e39-4a2e-8d4d-d94c0ecb0c6e","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["a4c2b0ea-4a7f-4666-a9ed-9640a3d2065b","b4754657-bbda-4e9c-88fc-1c2649e78ab9"],"AccountState":7,"LastPasswordChangeOn":"2026-04-17T11:26:13.4029538+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"e10ff5f7-9e93-4e35-bf7e-a64dc150e3e7","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">e10ff5f7-9e93-4e35-bf7e-a64dc150e3e7</Id>
<AccountState>7</AccountState>
<ClubId>0ba4e89b-6a77-4c75-97be-eae5e7da8c76</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-17T11:26:13.4029538+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>f3dcc212-7e39-4a2e-8d4d-d94c0ecb0c6e</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>e10ff5f7-9e93-4e35-bf7e-a64dc150e3e7</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a4c2b0ea-4a7f-4666-a9ed-9640a3d2065b</d2p1:guid>
<d2p1:guid>b4754657-bbda-4e9c-88fc-1c2649e78ab9</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": "7f41091f-10b7-44d8-854e-1657db480360",
"ClubId": "0f0980e3-9049-4a9e-82cb-36d396d4ffe8",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "efd268cf-b665-4ea8-8ab1-747662fb2fee",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"1108bea4-def6-4eb8-a7b8-397be63296df",
"f0630fb9-f503-4068-9451-a9f7a1251e67"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-17T11:26:13.4029538+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "7f41091f-10b7-44d8-854e-1657db480360",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"7f41091f-10b7-44d8-854e-1657db480360","ClubId":"0f0980e3-9049-4a9e-82cb-36d396d4ffe8","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"efd268cf-b665-4ea8-8ab1-747662fb2fee","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["1108bea4-def6-4eb8-a7b8-397be63296df","f0630fb9-f503-4068-9451-a9f7a1251e67"],"AccountState":7,"LastPasswordChangeOn":"2026-04-17T11:26:13.4029538+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"7f41091f-10b7-44d8-854e-1657db480360","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">7f41091f-10b7-44d8-854e-1657db480360</Id>
<AccountState>7</AccountState>
<ClubId>0f0980e3-9049-4a9e-82cb-36d396d4ffe8</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-17T11:26:13.4029538+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>efd268cf-b665-4ea8-8ab1-747662fb2fee</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>7f41091f-10b7-44d8-854e-1657db480360</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1108bea4-def6-4eb8-a7b8-397be63296df</d2p1:guid>
<d2p1:guid>f0630fb9-f503-4068-9451-a9f7a1251e67</d2p1:guid>
</UserRoleIds>
</UserDetails>