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": "6da267c7-ead3-40fe-a757-24e875249201",
"ClubId": "212018cd-4c82-431d-b5ed-1dc44ce2b333",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "caeb0dd2-1873-47e6-bb9d-2513dad193ae",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"5b3222d6-57ae-413c-a933-559e93f6d3a6",
"c8d55f5f-993e-4cc9-85eb-3cc7a4969db2"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-06-13T06:57:26.2232848+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "6da267c7-ead3-40fe-a757-24e875249201",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"6da267c7-ead3-40fe-a757-24e875249201","ClubId":"212018cd-4c82-431d-b5ed-1dc44ce2b333","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"caeb0dd2-1873-47e6-bb9d-2513dad193ae","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["5b3222d6-57ae-413c-a933-559e93f6d3a6","c8d55f5f-993e-4cc9-85eb-3cc7a4969db2"],"AccountState":7,"LastPasswordChangeOn":"2026-06-13T06:57:26.2232848+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"6da267c7-ead3-40fe-a757-24e875249201","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">6da267c7-ead3-40fe-a757-24e875249201</Id>
<AccountState>7</AccountState>
<ClubId>212018cd-4c82-431d-b5ed-1dc44ce2b333</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-06-13T06:57:26.2232848+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>caeb0dd2-1873-47e6-bb9d-2513dad193ae</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>6da267c7-ead3-40fe-a757-24e875249201</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5b3222d6-57ae-413c-a933-559e93f6d3a6</d2p1:guid>
<d2p1:guid>c8d55f5f-993e-4cc9-85eb-3cc7a4969db2</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": "55b79076-dc82-40f1-aabe-bdf6acbcf24a",
"ClubId": "1429e44d-3f8e-43a0-b27e-fe848b1d29ef",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "4bc45936-adc1-49e7-97b0-2806198e2cf8",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"4b21d6c9-6603-4f58-b74d-e7901b071825",
"ba41d735-030f-4c15-bdb8-309765062946"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-06-13T06:57:26.2232848+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "55b79076-dc82-40f1-aabe-bdf6acbcf24a",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"55b79076-dc82-40f1-aabe-bdf6acbcf24a","ClubId":"1429e44d-3f8e-43a0-b27e-fe848b1d29ef","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"4bc45936-adc1-49e7-97b0-2806198e2cf8","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["4b21d6c9-6603-4f58-b74d-e7901b071825","ba41d735-030f-4c15-bdb8-309765062946"],"AccountState":7,"LastPasswordChangeOn":"2026-06-13T06:57:26.2232848+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"55b79076-dc82-40f1-aabe-bdf6acbcf24a","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">55b79076-dc82-40f1-aabe-bdf6acbcf24a</Id>
<AccountState>7</AccountState>
<ClubId>1429e44d-3f8e-43a0-b27e-fe848b1d29ef</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-06-13T06:57:26.2232848+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>4bc45936-adc1-49e7-97b0-2806198e2cf8</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>55b79076-dc82-40f1-aabe-bdf6acbcf24a</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4b21d6c9-6603-4f58-b74d-e7901b071825</d2p1:guid>
<d2p1:guid>ba41d735-030f-4c15-bdb8-309765062946</d2p1:guid>
</UserRoleIds>
</UserDetails>