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": "72dcf14c-9c8a-4a1e-b7b4-737973a8d647",
"ClubId": "2a9fee06-5409-4f4b-ba83-1c850aecdcb9",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "54b69b95-4963-46d5-a7bb-b91586a105d4",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"1cd5f6b5-f407-41d5-bd4b-ba51d48588d3",
"dc12c5e6-0deb-448f-9f80-47357b136c5e"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-06-28T13:29:58.3895677+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "72dcf14c-9c8a-4a1e-b7b4-737973a8d647",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"72dcf14c-9c8a-4a1e-b7b4-737973a8d647","ClubId":"2a9fee06-5409-4f4b-ba83-1c850aecdcb9","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"54b69b95-4963-46d5-a7bb-b91586a105d4","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["1cd5f6b5-f407-41d5-bd4b-ba51d48588d3","dc12c5e6-0deb-448f-9f80-47357b136c5e"],"AccountState":7,"LastPasswordChangeOn":"2026-06-28T13:29:58.3895677+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"72dcf14c-9c8a-4a1e-b7b4-737973a8d647","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">72dcf14c-9c8a-4a1e-b7b4-737973a8d647</Id>
<AccountState>7</AccountState>
<ClubId>2a9fee06-5409-4f4b-ba83-1c850aecdcb9</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-06-28T13:29:58.3895677+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>54b69b95-4963-46d5-a7bb-b91586a105d4</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>72dcf14c-9c8a-4a1e-b7b4-737973a8d647</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1cd5f6b5-f407-41d5-bd4b-ba51d48588d3</d2p1:guid>
<d2p1:guid>dc12c5e6-0deb-448f-9f80-47357b136c5e</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": "613d6035-fc49-43ca-be62-9e26e7cb512a",
"ClubId": "38decbdd-83af-4eb8-9fff-6a2aaff53a25",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "463f88f7-d374-4d75-95b6-24f236120a19",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"45b82430-4993-412e-8061-32891187df9a",
"bd5f91ce-05b4-42be-a9b7-4a7adcd13899"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-06-28T13:29:58.4208184+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "613d6035-fc49-43ca-be62-9e26e7cb512a",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"613d6035-fc49-43ca-be62-9e26e7cb512a","ClubId":"38decbdd-83af-4eb8-9fff-6a2aaff53a25","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"463f88f7-d374-4d75-95b6-24f236120a19","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["45b82430-4993-412e-8061-32891187df9a","bd5f91ce-05b4-42be-a9b7-4a7adcd13899"],"AccountState":7,"LastPasswordChangeOn":"2026-06-28T13:29:58.4208184+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"613d6035-fc49-43ca-be62-9e26e7cb512a","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">613d6035-fc49-43ca-be62-9e26e7cb512a</Id>
<AccountState>7</AccountState>
<ClubId>38decbdd-83af-4eb8-9fff-6a2aaff53a25</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-06-28T13:29:58.4208184+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>463f88f7-d374-4d75-95b6-24f236120a19</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>613d6035-fc49-43ca-be62-9e26e7cb512a</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>45b82430-4993-412e-8061-32891187df9a</d2p1:guid>
<d2p1:guid>bd5f91ce-05b4-42be-a9b7-4a7adcd13899</d2p1:guid>
</UserRoleIds>
</UserDetails>