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": "e8727016-af53-4bb5-8f3a-2068ec4388a4",
"ClubId": "cadde1ed-40d0-4dac-b07c-f3858e9f5b3d",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "36feb411-53db-4f60-9c2d-e13ebcd25110",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"3536861c-becd-40a8-9e7a-654c2d25dcfd",
"b4a632fa-c855-4605-a60d-ef08f7bef49a"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-08-07T04:09:32.0736433+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "e8727016-af53-4bb5-8f3a-2068ec4388a4",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"e8727016-af53-4bb5-8f3a-2068ec4388a4","ClubId":"cadde1ed-40d0-4dac-b07c-f3858e9f5b3d","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"36feb411-53db-4f60-9c2d-e13ebcd25110","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["3536861c-becd-40a8-9e7a-654c2d25dcfd","b4a632fa-c855-4605-a60d-ef08f7bef49a"],"AccountState":7,"LastPasswordChangeOn":"2026-08-07T04:09:32.0736433+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"e8727016-af53-4bb5-8f3a-2068ec4388a4","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">e8727016-af53-4bb5-8f3a-2068ec4388a4</Id>
<AccountState>7</AccountState>
<ClubId>cadde1ed-40d0-4dac-b07c-f3858e9f5b3d</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-08-07T04:09:32.0736433+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>36feb411-53db-4f60-9c2d-e13ebcd25110</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>e8727016-af53-4bb5-8f3a-2068ec4388a4</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3536861c-becd-40a8-9e7a-654c2d25dcfd</d2p1:guid>
<d2p1:guid>b4a632fa-c855-4605-a60d-ef08f7bef49a</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": "6e7f8409-b7ed-4b86-9501-c3df3a7348c6",
"ClubId": "71b5baf1-28d8-4bac-898f-b4f902420b1a",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "0f3874e7-e94b-4eec-ab7c-e7e23d2b3a02",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"168075e8-c218-4989-a81e-379d971f409e",
"14a52ee2-9003-408a-830d-8f7389f3e2bd"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-08-07T04:09:32.0736433+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "6e7f8409-b7ed-4b86-9501-c3df3a7348c6",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"6e7f8409-b7ed-4b86-9501-c3df3a7348c6","ClubId":"71b5baf1-28d8-4bac-898f-b4f902420b1a","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"0f3874e7-e94b-4eec-ab7c-e7e23d2b3a02","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["168075e8-c218-4989-a81e-379d971f409e","14a52ee2-9003-408a-830d-8f7389f3e2bd"],"AccountState":7,"LastPasswordChangeOn":"2026-08-07T04:09:32.0736433+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"6e7f8409-b7ed-4b86-9501-c3df3a7348c6","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">6e7f8409-b7ed-4b86-9501-c3df3a7348c6</Id>
<AccountState>7</AccountState>
<ClubId>71b5baf1-28d8-4bac-898f-b4f902420b1a</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-08-07T04:09:32.0736433+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>0f3874e7-e94b-4eec-ab7c-e7e23d2b3a02</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>6e7f8409-b7ed-4b86-9501-c3df3a7348c6</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>168075e8-c218-4989-a81e-379d971f409e</d2p1:guid>
<d2p1:guid>14a52ee2-9003-408a-830d-8f7389f3e2bd</d2p1:guid>
</UserRoleIds>
</UserDetails>