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": "ad61528a-56f6-42b8-a9fc-e4c89eb9c673",
"ClubId": "33d94114-64a2-409c-8670-51f4d842988f",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "6e7108bd-1523-4bb5-b336-fb924b80079f",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"06576a14-e482-4ab3-abf3-e78a82473c84",
"12c90b52-1b8e-40ca-9de2-6d44c5e4bcc6"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-09-21T21:10:58.8040302+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "ad61528a-56f6-42b8-a9fc-e4c89eb9c673",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"ad61528a-56f6-42b8-a9fc-e4c89eb9c673","ClubId":"33d94114-64a2-409c-8670-51f4d842988f","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"6e7108bd-1523-4bb5-b336-fb924b80079f","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["06576a14-e482-4ab3-abf3-e78a82473c84","12c90b52-1b8e-40ca-9de2-6d44c5e4bcc6"],"AccountState":7,"LastPasswordChangeOn":"2026-09-21T21:10:58.8040302+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"ad61528a-56f6-42b8-a9fc-e4c89eb9c673","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">ad61528a-56f6-42b8-a9fc-e4c89eb9c673</Id>
<AccountState>7</AccountState>
<ClubId>33d94114-64a2-409c-8670-51f4d842988f</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-09-21T21:10:58.8040302+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>6e7108bd-1523-4bb5-b336-fb924b80079f</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>ad61528a-56f6-42b8-a9fc-e4c89eb9c673</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>06576a14-e482-4ab3-abf3-e78a82473c84</d2p1:guid>
<d2p1:guid>12c90b52-1b8e-40ca-9de2-6d44c5e4bcc6</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": "06d2068e-63ba-4f46-b2f6-615e167ead0b",
"ClubId": "0177f4a6-4a7a-4fd1-b100-85103799c08c",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "e8a31e65-643a-4ba4-b3f4-bf4a899dc4b0",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"38fdbfde-9269-439b-b551-b75fc4e21652",
"7d9282bf-ea10-4289-ba2f-63a5c7468d99"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-09-21T21:10:58.8040302+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "06d2068e-63ba-4f46-b2f6-615e167ead0b",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"06d2068e-63ba-4f46-b2f6-615e167ead0b","ClubId":"0177f4a6-4a7a-4fd1-b100-85103799c08c","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"e8a31e65-643a-4ba4-b3f4-bf4a899dc4b0","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["38fdbfde-9269-439b-b551-b75fc4e21652","7d9282bf-ea10-4289-ba2f-63a5c7468d99"],"AccountState":7,"LastPasswordChangeOn":"2026-09-21T21:10:58.8040302+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"06d2068e-63ba-4f46-b2f6-615e167ead0b","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">06d2068e-63ba-4f46-b2f6-615e167ead0b</Id>
<AccountState>7</AccountState>
<ClubId>0177f4a6-4a7a-4fd1-b100-85103799c08c</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-09-21T21:10:58.8040302+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>e8a31e65-643a-4ba4-b3f4-bf4a899dc4b0</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>06d2068e-63ba-4f46-b2f6-615e167ead0b</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>38fdbfde-9269-439b-b551-b75fc4e21652</d2p1:guid>
<d2p1:guid>7d9282bf-ea10-4289-ba2f-63a5c7468d99</d2p1:guid>
</UserRoleIds>
</UserDetails>