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": "b01d3dd0-c38f-427b-a103-b5971fd7ca39",
"ClubId": "59e68490-ce14-4e57-85bb-a673d1791e4f",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "7454f7da-4c15-4c57-8eb7-c2ecc93b18f4",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"63fda272-82c3-4922-963c-f33dca27140c",
"95efc852-2944-4d24-9ed2-a5622cbab978"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-06-19T07:22:42.7315926+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "b01d3dd0-c38f-427b-a103-b5971fd7ca39",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"b01d3dd0-c38f-427b-a103-b5971fd7ca39","ClubId":"59e68490-ce14-4e57-85bb-a673d1791e4f","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"7454f7da-4c15-4c57-8eb7-c2ecc93b18f4","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["63fda272-82c3-4922-963c-f33dca27140c","95efc852-2944-4d24-9ed2-a5622cbab978"],"AccountState":7,"LastPasswordChangeOn":"2026-06-19T07:22:42.7315926+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"b01d3dd0-c38f-427b-a103-b5971fd7ca39","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">b01d3dd0-c38f-427b-a103-b5971fd7ca39</Id>
<AccountState>7</AccountState>
<ClubId>59e68490-ce14-4e57-85bb-a673d1791e4f</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-06-19T07:22:42.7315926+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>7454f7da-4c15-4c57-8eb7-c2ecc93b18f4</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>b01d3dd0-c38f-427b-a103-b5971fd7ca39</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>63fda272-82c3-4922-963c-f33dca27140c</d2p1:guid>
<d2p1:guid>95efc852-2944-4d24-9ed2-a5622cbab978</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": "35670a31-ceb8-4fc3-891b-c7476c7b09b1",
"ClubId": "72fb45e2-162e-415c-afd2-6115ff5daa54",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "faacb918-bd65-4eae-8725-a09ea337cfad",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"dd9ee763-821f-4003-bc84-a289d0a15397",
"83085b48-cde7-47e1-a6cb-1627c3cdb2ac"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-06-19T07:22:42.7315926+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "35670a31-ceb8-4fc3-891b-c7476c7b09b1",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"35670a31-ceb8-4fc3-891b-c7476c7b09b1","ClubId":"72fb45e2-162e-415c-afd2-6115ff5daa54","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"faacb918-bd65-4eae-8725-a09ea337cfad","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["dd9ee763-821f-4003-bc84-a289d0a15397","83085b48-cde7-47e1-a6cb-1627c3cdb2ac"],"AccountState":7,"LastPasswordChangeOn":"2026-06-19T07:22:42.7315926+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"35670a31-ceb8-4fc3-891b-c7476c7b09b1","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">35670a31-ceb8-4fc3-891b-c7476c7b09b1</Id>
<AccountState>7</AccountState>
<ClubId>72fb45e2-162e-415c-afd2-6115ff5daa54</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-06-19T07:22:42.7315926+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>faacb918-bd65-4eae-8725-a09ea337cfad</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>35670a31-ceb8-4fc3-891b-c7476c7b09b1</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>dd9ee763-821f-4003-bc84-a289d0a15397</d2p1:guid>
<d2p1:guid>83085b48-cde7-47e1-a6cb-1627c3cdb2ac</d2p1:guid>
</UserRoleIds>
</UserDetails>