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": "4001adeb-d111-4582-ae22-eb689793e8e6",
"ClubId": "2eb85324-9b80-4ec4-8baf-bcbdb5189385",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "c0a6dce5-014e-40a9-99bf-983afafa66d9",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"3195eb3c-efe2-4744-b0b9-d9c041c36577",
"091f888f-0448-4b8e-9c17-64536c1d41e0"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-04T13:05:26.208836+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "4001adeb-d111-4582-ae22-eb689793e8e6",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"4001adeb-d111-4582-ae22-eb689793e8e6","ClubId":"2eb85324-9b80-4ec4-8baf-bcbdb5189385","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"c0a6dce5-014e-40a9-99bf-983afafa66d9","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["3195eb3c-efe2-4744-b0b9-d9c041c36577","091f888f-0448-4b8e-9c17-64536c1d41e0"],"AccountState":7,"LastPasswordChangeOn":"2026-05-04T13:05:26.208836+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"4001adeb-d111-4582-ae22-eb689793e8e6","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">4001adeb-d111-4582-ae22-eb689793e8e6</Id>
<AccountState>7</AccountState>
<ClubId>2eb85324-9b80-4ec4-8baf-bcbdb5189385</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-04T13:05:26.208836+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>c0a6dce5-014e-40a9-99bf-983afafa66d9</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>4001adeb-d111-4582-ae22-eb689793e8e6</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3195eb3c-efe2-4744-b0b9-d9c041c36577</d2p1:guid>
<d2p1:guid>091f888f-0448-4b8e-9c17-64536c1d41e0</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": "4a9f7c7a-a418-4b41-be67-9b4cfd27c920",
"ClubId": "c8545c1c-7489-4043-8706-c064e086f2cc",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "fed2246e-ba2b-4e00-a101-b1402984f9cd",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"a57de5cc-9c6f-49a2-b318-2dcd90f2cc3e",
"a00b6ae6-a18d-4c6c-9517-afa55e38989b"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-04T13:05:26.208836+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "4a9f7c7a-a418-4b41-be67-9b4cfd27c920",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"4a9f7c7a-a418-4b41-be67-9b4cfd27c920","ClubId":"c8545c1c-7489-4043-8706-c064e086f2cc","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"fed2246e-ba2b-4e00-a101-b1402984f9cd","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["a57de5cc-9c6f-49a2-b318-2dcd90f2cc3e","a00b6ae6-a18d-4c6c-9517-afa55e38989b"],"AccountState":7,"LastPasswordChangeOn":"2026-05-04T13:05:26.208836+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"4a9f7c7a-a418-4b41-be67-9b4cfd27c920","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">4a9f7c7a-a418-4b41-be67-9b4cfd27c920</Id>
<AccountState>7</AccountState>
<ClubId>c8545c1c-7489-4043-8706-c064e086f2cc</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-04T13:05:26.208836+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>fed2246e-ba2b-4e00-a101-b1402984f9cd</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>4a9f7c7a-a418-4b41-be67-9b4cfd27c920</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a57de5cc-9c6f-49a2-b318-2dcd90f2cc3e</d2p1:guid>
<d2p1:guid>a00b6ae6-a18d-4c6c-9517-afa55e38989b</d2p1:guid>
</UserRoleIds>
</UserDetails>