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": "18954f2b-d886-42b5-a068-382706cc7983",
"ClubId": "a6215781-de41-4d6c-9898-2f4c4b927fed",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "02f67b5d-2a9c-4fed-9713-4cb6f8d8ecce",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"95946db7-9200-4087-9697-da1b8a241aef",
"c262117f-891a-4829-a097-08d45937bfaf"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-25T23:10:24.9324007+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "18954f2b-d886-42b5-a068-382706cc7983",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"18954f2b-d886-42b5-a068-382706cc7983","ClubId":"a6215781-de41-4d6c-9898-2f4c4b927fed","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"02f67b5d-2a9c-4fed-9713-4cb6f8d8ecce","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["95946db7-9200-4087-9697-da1b8a241aef","c262117f-891a-4829-a097-08d45937bfaf"],"AccountState":7,"LastPasswordChangeOn":"2026-05-25T23:10:24.9324007+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"18954f2b-d886-42b5-a068-382706cc7983","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">18954f2b-d886-42b5-a068-382706cc7983</Id>
<AccountState>7</AccountState>
<ClubId>a6215781-de41-4d6c-9898-2f4c4b927fed</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-25T23:10:24.9324007+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>02f67b5d-2a9c-4fed-9713-4cb6f8d8ecce</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>18954f2b-d886-42b5-a068-382706cc7983</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>95946db7-9200-4087-9697-da1b8a241aef</d2p1:guid>
<d2p1:guid>c262117f-891a-4829-a097-08d45937bfaf</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": "d8253e3d-e195-49b7-ab24-2cb4f510cfab",
"ClubId": "a3617332-08d1-4cd5-a311-fdb9dd19d916",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "a11bb2b1-b28a-46f7-a32e-5b2c96ea289d",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"4e712a6c-9fe4-42e3-9e35-e67e91cb1e29",
"c3d734a0-23a4-4376-b886-a745379dab17"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-25T23:10:24.9480272+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "d8253e3d-e195-49b7-ab24-2cb4f510cfab",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"d8253e3d-e195-49b7-ab24-2cb4f510cfab","ClubId":"a3617332-08d1-4cd5-a311-fdb9dd19d916","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"a11bb2b1-b28a-46f7-a32e-5b2c96ea289d","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["4e712a6c-9fe4-42e3-9e35-e67e91cb1e29","c3d734a0-23a4-4376-b886-a745379dab17"],"AccountState":7,"LastPasswordChangeOn":"2026-05-25T23:10:24.9480272+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"d8253e3d-e195-49b7-ab24-2cb4f510cfab","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">d8253e3d-e195-49b7-ab24-2cb4f510cfab</Id>
<AccountState>7</AccountState>
<ClubId>a3617332-08d1-4cd5-a311-fdb9dd19d916</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-25T23:10:24.9480272+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>a11bb2b1-b28a-46f7-a32e-5b2c96ea289d</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>d8253e3d-e195-49b7-ab24-2cb4f510cfab</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4e712a6c-9fe4-42e3-9e35-e67e91cb1e29</d2p1:guid>
<d2p1:guid>c3d734a0-23a4-4376-b886-a745379dab17</d2p1:guid>
</UserRoleIds>
</UserDetails>