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": "63bc30c9-c777-4a1e-9b7c-755ce37b144f",
"ClubId": "984d0e79-487a-4a45-ba14-51c10516986f",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "22dbfc0b-e4e8-4f60-879d-4bb131a1690c",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"7fe33d7a-2856-4b3f-b38d-9a1f5b726bb3",
"dc9b7290-89a8-465a-9be2-230213b96845"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-06-07T03:43:57.2544821+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "63bc30c9-c777-4a1e-9b7c-755ce37b144f",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"63bc30c9-c777-4a1e-9b7c-755ce37b144f","ClubId":"984d0e79-487a-4a45-ba14-51c10516986f","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"22dbfc0b-e4e8-4f60-879d-4bb131a1690c","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["7fe33d7a-2856-4b3f-b38d-9a1f5b726bb3","dc9b7290-89a8-465a-9be2-230213b96845"],"AccountState":7,"LastPasswordChangeOn":"2026-06-07T03:43:57.2544821+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"63bc30c9-c777-4a1e-9b7c-755ce37b144f","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">63bc30c9-c777-4a1e-9b7c-755ce37b144f</Id>
<AccountState>7</AccountState>
<ClubId>984d0e79-487a-4a45-ba14-51c10516986f</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-06-07T03:43:57.2544821+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>22dbfc0b-e4e8-4f60-879d-4bb131a1690c</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>63bc30c9-c777-4a1e-9b7c-755ce37b144f</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>7fe33d7a-2856-4b3f-b38d-9a1f5b726bb3</d2p1:guid>
<d2p1:guid>dc9b7290-89a8-465a-9be2-230213b96845</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": "f013475d-bfb8-469f-87de-c4afcdc3a956",
"ClubId": "838b5d0d-aa54-4343-a9cd-f0c06d721430",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "fbf13831-4116-46c7-b97c-e47061314c3f",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"ddef14d0-3e59-453f-aac4-6fe11ce4cf5a",
"005dac6c-9181-4c97-b8a7-1024cae741aa"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-06-07T03:43:57.2857324+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "f013475d-bfb8-469f-87de-c4afcdc3a956",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"f013475d-bfb8-469f-87de-c4afcdc3a956","ClubId":"838b5d0d-aa54-4343-a9cd-f0c06d721430","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"fbf13831-4116-46c7-b97c-e47061314c3f","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["ddef14d0-3e59-453f-aac4-6fe11ce4cf5a","005dac6c-9181-4c97-b8a7-1024cae741aa"],"AccountState":7,"LastPasswordChangeOn":"2026-06-07T03:43:57.2857324+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"f013475d-bfb8-469f-87de-c4afcdc3a956","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">f013475d-bfb8-469f-87de-c4afcdc3a956</Id>
<AccountState>7</AccountState>
<ClubId>838b5d0d-aa54-4343-a9cd-f0c06d721430</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-06-07T03:43:57.2857324+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>fbf13831-4116-46c7-b97c-e47061314c3f</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>f013475d-bfb8-469f-87de-c4afcdc3a956</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ddef14d0-3e59-453f-aac4-6fe11ce4cf5a</d2p1:guid>
<d2p1:guid>005dac6c-9181-4c97-b8a7-1024cae741aa</d2p1:guid>
</UserRoleIds>
</UserDetails>