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": "49ccc49f-acf5-4b52-996d-3af63aa37193",
"ClubId": "e80c7a83-e01b-44e9-823f-5a765c3a4024",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "46bf0b1f-7f85-4c55-bd1e-71cd9cc99f8e",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"0a47288e-c9e3-44fb-83a1-53a554c529ab",
"bf190201-46d9-43ff-bb5d-82628f3314df"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-07-16T20:13:00.4043519+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "49ccc49f-acf5-4b52-996d-3af63aa37193",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"49ccc49f-acf5-4b52-996d-3af63aa37193","ClubId":"e80c7a83-e01b-44e9-823f-5a765c3a4024","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"46bf0b1f-7f85-4c55-bd1e-71cd9cc99f8e","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["0a47288e-c9e3-44fb-83a1-53a554c529ab","bf190201-46d9-43ff-bb5d-82628f3314df"],"AccountState":7,"LastPasswordChangeOn":"2026-07-16T20:13:00.4043519+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"49ccc49f-acf5-4b52-996d-3af63aa37193","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">49ccc49f-acf5-4b52-996d-3af63aa37193</Id>
<AccountState>7</AccountState>
<ClubId>e80c7a83-e01b-44e9-823f-5a765c3a4024</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-07-16T20:13:00.4043519+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>46bf0b1f-7f85-4c55-bd1e-71cd9cc99f8e</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>49ccc49f-acf5-4b52-996d-3af63aa37193</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0a47288e-c9e3-44fb-83a1-53a554c529ab</d2p1:guid>
<d2p1:guid>bf190201-46d9-43ff-bb5d-82628f3314df</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": "3a033dbe-915c-44d5-ba52-a0843bc5c560",
"ClubId": "e28af413-317f-4a61-bbfc-282999669adf",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "710033c9-a0ca-4c0b-8da2-425eb5a38ec3",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"5d175fe1-86b5-4713-aaf6-da57849189ed",
"c01425ab-52a9-4bf9-b9b0-90f8787c22dd"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-07-16T20:13:00.419977+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "3a033dbe-915c-44d5-ba52-a0843bc5c560",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"3a033dbe-915c-44d5-ba52-a0843bc5c560","ClubId":"e28af413-317f-4a61-bbfc-282999669adf","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"710033c9-a0ca-4c0b-8da2-425eb5a38ec3","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["5d175fe1-86b5-4713-aaf6-da57849189ed","c01425ab-52a9-4bf9-b9b0-90f8787c22dd"],"AccountState":7,"LastPasswordChangeOn":"2026-07-16T20:13:00.419977+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"3a033dbe-915c-44d5-ba52-a0843bc5c560","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">3a033dbe-915c-44d5-ba52-a0843bc5c560</Id>
<AccountState>7</AccountState>
<ClubId>e28af413-317f-4a61-bbfc-282999669adf</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-07-16T20:13:00.419977+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>710033c9-a0ca-4c0b-8da2-425eb5a38ec3</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>3a033dbe-915c-44d5-ba52-a0843bc5c560</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5d175fe1-86b5-4713-aaf6-da57849189ed</d2p1:guid>
<d2p1:guid>c01425ab-52a9-4bf9-b9b0-90f8787c22dd</d2p1:guid>
</UserRoleIds>
</UserDetails>