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": "3f656d96-9673-4bd8-a9c6-729b7c2b9dd3",
"ClubId": "5c6fae15-d6d6-4c4b-8f45-689794f88c67",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "a6b741ef-62f4-49e6-a97d-e209b71b1ccd",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"a4823e7e-8006-48cc-827f-da438d431c3f",
"1ffe8e61-b60e-4d87-8246-b8ca35dd525d"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-03-10T14:51:24.7488832+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "3f656d96-9673-4bd8-a9c6-729b7c2b9dd3",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"3f656d96-9673-4bd8-a9c6-729b7c2b9dd3","ClubId":"5c6fae15-d6d6-4c4b-8f45-689794f88c67","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"a6b741ef-62f4-49e6-a97d-e209b71b1ccd","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["a4823e7e-8006-48cc-827f-da438d431c3f","1ffe8e61-b60e-4d87-8246-b8ca35dd525d"],"AccountState":7,"LastPasswordChangeOn":"2026-03-10T14:51:24.7488832+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"3f656d96-9673-4bd8-a9c6-729b7c2b9dd3","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">3f656d96-9673-4bd8-a9c6-729b7c2b9dd3</Id>
<AccountState>7</AccountState>
<ClubId>5c6fae15-d6d6-4c4b-8f45-689794f88c67</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-03-10T14:51:24.7488832+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>a6b741ef-62f4-49e6-a97d-e209b71b1ccd</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>3f656d96-9673-4bd8-a9c6-729b7c2b9dd3</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a4823e7e-8006-48cc-827f-da438d431c3f</d2p1:guid>
<d2p1:guid>1ffe8e61-b60e-4d87-8246-b8ca35dd525d</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": "50f28c0b-e12d-447c-82cf-d368e496ff66",
"ClubId": "25fb8047-1283-4285-aa02-f62f70747331",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "5b2edb56-1d8d-47bd-9ca1-a66faadf98f6",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"82f5747a-b4a9-4808-8b28-09ced24eaffc",
"937677eb-5441-44e7-bf04-2041588f2de2"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-03-10T14:51:24.7644929+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "50f28c0b-e12d-447c-82cf-d368e496ff66",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"50f28c0b-e12d-447c-82cf-d368e496ff66","ClubId":"25fb8047-1283-4285-aa02-f62f70747331","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"5b2edb56-1d8d-47bd-9ca1-a66faadf98f6","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["82f5747a-b4a9-4808-8b28-09ced24eaffc","937677eb-5441-44e7-bf04-2041588f2de2"],"AccountState":7,"LastPasswordChangeOn":"2026-03-10T14:51:24.7644929+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"50f28c0b-e12d-447c-82cf-d368e496ff66","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">50f28c0b-e12d-447c-82cf-d368e496ff66</Id>
<AccountState>7</AccountState>
<ClubId>25fb8047-1283-4285-aa02-f62f70747331</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-03-10T14:51:24.7644929+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>5b2edb56-1d8d-47bd-9ca1-a66faadf98f6</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>50f28c0b-e12d-447c-82cf-d368e496ff66</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>82f5747a-b4a9-4808-8b28-09ced24eaffc</d2p1:guid>
<d2p1:guid>937677eb-5441-44e7-bf04-2041588f2de2</d2p1:guid>
</UserRoleIds>
</UserDetails>