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": "3b0a47ab-d19d-49e8-8cb2-0165a601bb57",
"ClubId": "794afb7c-ca08-48af-89a4-336a7c2d42b6",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "50698be1-a92c-4d1b-a39d-eae9c0fc8325",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"ead9224b-f94c-4cea-b3bd-960c0407a569",
"dd73bc42-8d6f-41e6-97e1-3b829664aa6f"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-03-18T17:32:25.8492888+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "3b0a47ab-d19d-49e8-8cb2-0165a601bb57",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"3b0a47ab-d19d-49e8-8cb2-0165a601bb57","ClubId":"794afb7c-ca08-48af-89a4-336a7c2d42b6","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"50698be1-a92c-4d1b-a39d-eae9c0fc8325","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["ead9224b-f94c-4cea-b3bd-960c0407a569","dd73bc42-8d6f-41e6-97e1-3b829664aa6f"],"AccountState":7,"LastPasswordChangeOn":"2026-03-18T17:32:25.8492888+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"3b0a47ab-d19d-49e8-8cb2-0165a601bb57","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">3b0a47ab-d19d-49e8-8cb2-0165a601bb57</Id>
<AccountState>7</AccountState>
<ClubId>794afb7c-ca08-48af-89a4-336a7c2d42b6</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-03-18T17:32:25.8492888+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>50698be1-a92c-4d1b-a39d-eae9c0fc8325</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>3b0a47ab-d19d-49e8-8cb2-0165a601bb57</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ead9224b-f94c-4cea-b3bd-960c0407a569</d2p1:guid>
<d2p1:guid>dd73bc42-8d6f-41e6-97e1-3b829664aa6f</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": "e90bcf72-3759-4b9f-94e9-bfab0a463f09",
"ClubId": "b916604b-87b5-4b4d-8689-93ab186e361d",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "3d950606-d6d6-4a29-b5d9-035bb5101a86",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"b4982d35-961b-4dc2-911c-f93fadadd9ff",
"557e16b1-83c8-4925-923d-ed1feefc896f"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-03-18T17:32:25.8492888+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "e90bcf72-3759-4b9f-94e9-bfab0a463f09",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"e90bcf72-3759-4b9f-94e9-bfab0a463f09","ClubId":"b916604b-87b5-4b4d-8689-93ab186e361d","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"3d950606-d6d6-4a29-b5d9-035bb5101a86","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["b4982d35-961b-4dc2-911c-f93fadadd9ff","557e16b1-83c8-4925-923d-ed1feefc896f"],"AccountState":7,"LastPasswordChangeOn":"2026-03-18T17:32:25.8492888+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"e90bcf72-3759-4b9f-94e9-bfab0a463f09","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">e90bcf72-3759-4b9f-94e9-bfab0a463f09</Id>
<AccountState>7</AccountState>
<ClubId>b916604b-87b5-4b4d-8689-93ab186e361d</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-03-18T17:32:25.8492888+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>3d950606-d6d6-4a29-b5d9-035bb5101a86</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>e90bcf72-3759-4b9f-94e9-bfab0a463f09</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b4982d35-961b-4dc2-911c-f93fadadd9ff</d2p1:guid>
<d2p1:guid>557e16b1-83c8-4925-923d-ed1feefc896f</d2p1:guid>
</UserRoleIds>
</UserDetails>