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": "e7b3f775-aaf9-4066-b5b5-c6c82be5533a",
"ClubId": "459229e0-57a2-4595-b8b1-7d24b754bf84",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "aa2b9ad6-4b8c-444b-947f-96b5fe27d35e",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"6411bd2a-318b-40b8-a1ec-3c29070787b0",
"554614de-8dc1-4fde-8184-a51f2e5e8112"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-06T15:57:26.6226209+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "e7b3f775-aaf9-4066-b5b5-c6c82be5533a",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"e7b3f775-aaf9-4066-b5b5-c6c82be5533a","ClubId":"459229e0-57a2-4595-b8b1-7d24b754bf84","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"aa2b9ad6-4b8c-444b-947f-96b5fe27d35e","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["6411bd2a-318b-40b8-a1ec-3c29070787b0","554614de-8dc1-4fde-8184-a51f2e5e8112"],"AccountState":7,"LastPasswordChangeOn":"2026-05-06T15:57:26.6226209+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"e7b3f775-aaf9-4066-b5b5-c6c82be5533a","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">e7b3f775-aaf9-4066-b5b5-c6c82be5533a</Id>
<AccountState>7</AccountState>
<ClubId>459229e0-57a2-4595-b8b1-7d24b754bf84</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-06T15:57:26.6226209+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>aa2b9ad6-4b8c-444b-947f-96b5fe27d35e</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>e7b3f775-aaf9-4066-b5b5-c6c82be5533a</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6411bd2a-318b-40b8-a1ec-3c29070787b0</d2p1:guid>
<d2p1:guid>554614de-8dc1-4fde-8184-a51f2e5e8112</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": "24e44a06-5729-405f-a6c0-c02eb0c3cefd",
"ClubId": "e05064c0-b27a-491f-a51b-40a283a511d6",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "6e61cd38-da17-4024-99b1-16ddfa7ba4a9",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"73261af6-ef74-4d0c-87d0-6c9fd1b5ba54",
"0ebfa920-e464-46e2-b996-eabe776a484d"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-06T15:57:26.6226209+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "24e44a06-5729-405f-a6c0-c02eb0c3cefd",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"24e44a06-5729-405f-a6c0-c02eb0c3cefd","ClubId":"e05064c0-b27a-491f-a51b-40a283a511d6","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"6e61cd38-da17-4024-99b1-16ddfa7ba4a9","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["73261af6-ef74-4d0c-87d0-6c9fd1b5ba54","0ebfa920-e464-46e2-b996-eabe776a484d"],"AccountState":7,"LastPasswordChangeOn":"2026-05-06T15:57:26.6226209+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"24e44a06-5729-405f-a6c0-c02eb0c3cefd","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">24e44a06-5729-405f-a6c0-c02eb0c3cefd</Id>
<AccountState>7</AccountState>
<ClubId>e05064c0-b27a-491f-a51b-40a283a511d6</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-06T15:57:26.6226209+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>6e61cd38-da17-4024-99b1-16ddfa7ba4a9</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>24e44a06-5729-405f-a6c0-c02eb0c3cefd</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>73261af6-ef74-4d0c-87d0-6c9fd1b5ba54</d2p1:guid>
<d2p1:guid>0ebfa920-e464-46e2-b996-eabe776a484d</d2p1:guid>
</UserRoleIds>
</UserDetails>