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": "896a62cb-f921-48e6-8b23-03b73bc63798",
"ClubId": "47f23961-14fa-41ab-aa59-9943b5dac30d",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "0ca2222d-0e01-4569-b619-a943b77a8cb2",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"7e696e72-1ecc-467c-b491-35764fa56c27",
"85f68658-0026-4c70-a198-0173af275f16"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-07-25T22:30:06.2840974+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "896a62cb-f921-48e6-8b23-03b73bc63798",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"896a62cb-f921-48e6-8b23-03b73bc63798","ClubId":"47f23961-14fa-41ab-aa59-9943b5dac30d","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"0ca2222d-0e01-4569-b619-a943b77a8cb2","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["7e696e72-1ecc-467c-b491-35764fa56c27","85f68658-0026-4c70-a198-0173af275f16"],"AccountState":7,"LastPasswordChangeOn":"2026-07-25T22:30:06.2840974+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"896a62cb-f921-48e6-8b23-03b73bc63798","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">896a62cb-f921-48e6-8b23-03b73bc63798</Id>
<AccountState>7</AccountState>
<ClubId>47f23961-14fa-41ab-aa59-9943b5dac30d</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-07-25T22:30:06.2840974+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>0ca2222d-0e01-4569-b619-a943b77a8cb2</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>896a62cb-f921-48e6-8b23-03b73bc63798</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>7e696e72-1ecc-467c-b491-35764fa56c27</d2p1:guid>
<d2p1:guid>85f68658-0026-4c70-a198-0173af275f16</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": "deca3e27-0c67-429c-a263-b8daf19b5e3a",
"ClubId": "43b9e109-f0fd-4408-8da8-99baad764512",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "a3f35067-313e-436d-a330-6c11b1301814",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"deeecece-f9da-4f7b-9e6e-37f7b0ea52dc",
"a7c0ac84-67be-42df-bd83-40de4d73a770"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-07-25T22:30:06.2997172+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "deca3e27-0c67-429c-a263-b8daf19b5e3a",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"deca3e27-0c67-429c-a263-b8daf19b5e3a","ClubId":"43b9e109-f0fd-4408-8da8-99baad764512","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"a3f35067-313e-436d-a330-6c11b1301814","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["deeecece-f9da-4f7b-9e6e-37f7b0ea52dc","a7c0ac84-67be-42df-bd83-40de4d73a770"],"AccountState":7,"LastPasswordChangeOn":"2026-07-25T22:30:06.2997172+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"deca3e27-0c67-429c-a263-b8daf19b5e3a","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">deca3e27-0c67-429c-a263-b8daf19b5e3a</Id>
<AccountState>7</AccountState>
<ClubId>43b9e109-f0fd-4408-8da8-99baad764512</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-07-25T22:30:06.2997172+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>a3f35067-313e-436d-a330-6c11b1301814</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>deca3e27-0c67-429c-a263-b8daf19b5e3a</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>deeecece-f9da-4f7b-9e6e-37f7b0ea52dc</d2p1:guid>
<d2p1:guid>a7c0ac84-67be-42df-bd83-40de4d73a770</d2p1:guid>
</UserRoleIds>
</UserDetails>