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": "f3a347fa-018b-4045-b481-d81b0def55ba",
"ClubId": "19651182-81d8-4c96-94b8-b0f8d691f1bb",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "1c51e211-5417-42a7-9f2a-a567af3b9873",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"5cedfa81-18f9-485e-af21-448a170ad0b1",
"98b9ef02-f00d-4d72-85e0-41fb3892dd37"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-19T13:42:17.9631806+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "f3a347fa-018b-4045-b481-d81b0def55ba",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"f3a347fa-018b-4045-b481-d81b0def55ba","ClubId":"19651182-81d8-4c96-94b8-b0f8d691f1bb","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"1c51e211-5417-42a7-9f2a-a567af3b9873","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["5cedfa81-18f9-485e-af21-448a170ad0b1","98b9ef02-f00d-4d72-85e0-41fb3892dd37"],"AccountState":7,"LastPasswordChangeOn":"2026-05-19T13:42:17.9631806+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"f3a347fa-018b-4045-b481-d81b0def55ba","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">f3a347fa-018b-4045-b481-d81b0def55ba</Id>
<AccountState>7</AccountState>
<ClubId>19651182-81d8-4c96-94b8-b0f8d691f1bb</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-19T13:42:17.9631806+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>1c51e211-5417-42a7-9f2a-a567af3b9873</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>f3a347fa-018b-4045-b481-d81b0def55ba</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5cedfa81-18f9-485e-af21-448a170ad0b1</d2p1:guid>
<d2p1:guid>98b9ef02-f00d-4d72-85e0-41fb3892dd37</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": "c9df192c-f3e7-46dc-95d3-168913261aca",
"ClubId": "8e450f72-bd32-4fbe-8dac-542fd4f0ee0d",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "15785727-5214-4438-aa22-fd046d265caa",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"c0fe4c91-abff-44d4-ad62-0495ad432812",
"789ef9e4-d976-493c-b3ef-bf8730dc5a60"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-19T13:42:17.9631806+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "c9df192c-f3e7-46dc-95d3-168913261aca",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"c9df192c-f3e7-46dc-95d3-168913261aca","ClubId":"8e450f72-bd32-4fbe-8dac-542fd4f0ee0d","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"15785727-5214-4438-aa22-fd046d265caa","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["c0fe4c91-abff-44d4-ad62-0495ad432812","789ef9e4-d976-493c-b3ef-bf8730dc5a60"],"AccountState":7,"LastPasswordChangeOn":"2026-05-19T13:42:17.9631806+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"c9df192c-f3e7-46dc-95d3-168913261aca","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">c9df192c-f3e7-46dc-95d3-168913261aca</Id>
<AccountState>7</AccountState>
<ClubId>8e450f72-bd32-4fbe-8dac-542fd4f0ee0d</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-19T13:42:17.9631806+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>15785727-5214-4438-aa22-fd046d265caa</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>c9df192c-f3e7-46dc-95d3-168913261aca</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c0fe4c91-abff-44d4-ad62-0495ad432812</d2p1:guid>
<d2p1:guid>789ef9e4-d976-493c-b3ef-bf8730dc5a60</d2p1:guid>
</UserRoleIds>
</UserDetails>