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": "f4704858-e23c-4400-8b40-21038b1d3ca7",
"ClubId": "fc53b830-eb4d-490b-bc64-59ab8d76b399",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "6596c8d9-effb-40e7-bbe1-082d9f723381",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"b2edeade-9f4f-46bf-8c20-4f3ce6194a44",
"a857f419-36c9-41e9-93fe-359708be88f2"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-07-07T03:29:05.5107479+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "f4704858-e23c-4400-8b40-21038b1d3ca7",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"f4704858-e23c-4400-8b40-21038b1d3ca7","ClubId":"fc53b830-eb4d-490b-bc64-59ab8d76b399","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"6596c8d9-effb-40e7-bbe1-082d9f723381","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["b2edeade-9f4f-46bf-8c20-4f3ce6194a44","a857f419-36c9-41e9-93fe-359708be88f2"],"AccountState":7,"LastPasswordChangeOn":"2026-07-07T03:29:05.5107479+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"f4704858-e23c-4400-8b40-21038b1d3ca7","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">f4704858-e23c-4400-8b40-21038b1d3ca7</Id>
<AccountState>7</AccountState>
<ClubId>fc53b830-eb4d-490b-bc64-59ab8d76b399</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-07-07T03:29:05.5107479+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>6596c8d9-effb-40e7-bbe1-082d9f723381</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>f4704858-e23c-4400-8b40-21038b1d3ca7</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b2edeade-9f4f-46bf-8c20-4f3ce6194a44</d2p1:guid>
<d2p1:guid>a857f419-36c9-41e9-93fe-359708be88f2</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": "930a65e8-8fb4-4077-aef9-42f5a22dd744",
"ClubId": "354a123f-87aa-4f5e-908a-67e4251bb82e",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "bfe8f423-879e-462b-ac40-0df14f7ed538",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"79287563-b0a7-4d72-a304-1b9dd1eb6850",
"42fff471-95f8-41f3-b207-1ca7a8f3b568"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-07-07T03:29:05.5263662+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "930a65e8-8fb4-4077-aef9-42f5a22dd744",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"930a65e8-8fb4-4077-aef9-42f5a22dd744","ClubId":"354a123f-87aa-4f5e-908a-67e4251bb82e","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"bfe8f423-879e-462b-ac40-0df14f7ed538","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["79287563-b0a7-4d72-a304-1b9dd1eb6850","42fff471-95f8-41f3-b207-1ca7a8f3b568"],"AccountState":7,"LastPasswordChangeOn":"2026-07-07T03:29:05.5263662+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"930a65e8-8fb4-4077-aef9-42f5a22dd744","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">930a65e8-8fb4-4077-aef9-42f5a22dd744</Id>
<AccountState>7</AccountState>
<ClubId>354a123f-87aa-4f5e-908a-67e4251bb82e</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-07-07T03:29:05.5263662+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>bfe8f423-879e-462b-ac40-0df14f7ed538</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>930a65e8-8fb4-4077-aef9-42f5a22dd744</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>79287563-b0a7-4d72-a304-1b9dd1eb6850</d2p1:guid>
<d2p1:guid>42fff471-95f8-41f3-b207-1ca7a8f3b568</d2p1:guid>
</UserRoleIds>
</UserDetails>