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": "61605c51-fb80-428d-8019-a7c8b4a139fe",
"ClubId": "1467bff2-7a0e-4d18-b1b6-3e36c9ef835d",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "ce0207fe-8232-4777-b145-c85df96ceb0f",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"5d6ce0a7-f7c0-4153-a307-5411f4fbd52e",
"ed7aa4f6-2860-48e2-992d-28166bb7945c"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-25T13:19:55.7916619+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "61605c51-fb80-428d-8019-a7c8b4a139fe",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"61605c51-fb80-428d-8019-a7c8b4a139fe","ClubId":"1467bff2-7a0e-4d18-b1b6-3e36c9ef835d","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"ce0207fe-8232-4777-b145-c85df96ceb0f","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["5d6ce0a7-f7c0-4153-a307-5411f4fbd52e","ed7aa4f6-2860-48e2-992d-28166bb7945c"],"AccountState":7,"LastPasswordChangeOn":"2026-04-25T13:19:55.7916619+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"61605c51-fb80-428d-8019-a7c8b4a139fe","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">61605c51-fb80-428d-8019-a7c8b4a139fe</Id>
<AccountState>7</AccountState>
<ClubId>1467bff2-7a0e-4d18-b1b6-3e36c9ef835d</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-25T13:19:55.7916619+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>ce0207fe-8232-4777-b145-c85df96ceb0f</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>61605c51-fb80-428d-8019-a7c8b4a139fe</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5d6ce0a7-f7c0-4153-a307-5411f4fbd52e</d2p1:guid>
<d2p1:guid>ed7aa4f6-2860-48e2-992d-28166bb7945c</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": "73c658f2-879d-4a54-8bc9-23003685ecc4",
"ClubId": "564851ff-ff7c-4879-b18d-98c7fd094b81",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "e97f57ff-bdbf-4296-8837-7f53ad711f38",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"5528ab65-67ff-4d47-b166-374a8dd3379f",
"26e46203-d118-4b85-9711-790e6f175594"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-25T13:19:55.8072857+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "73c658f2-879d-4a54-8bc9-23003685ecc4",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"73c658f2-879d-4a54-8bc9-23003685ecc4","ClubId":"564851ff-ff7c-4879-b18d-98c7fd094b81","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"e97f57ff-bdbf-4296-8837-7f53ad711f38","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["5528ab65-67ff-4d47-b166-374a8dd3379f","26e46203-d118-4b85-9711-790e6f175594"],"AccountState":7,"LastPasswordChangeOn":"2026-04-25T13:19:55.8072857+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"73c658f2-879d-4a54-8bc9-23003685ecc4","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">73c658f2-879d-4a54-8bc9-23003685ecc4</Id>
<AccountState>7</AccountState>
<ClubId>564851ff-ff7c-4879-b18d-98c7fd094b81</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-25T13:19:55.8072857+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>e97f57ff-bdbf-4296-8837-7f53ad711f38</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>73c658f2-879d-4a54-8bc9-23003685ecc4</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5528ab65-67ff-4d47-b166-374a8dd3379f</d2p1:guid>
<d2p1:guid>26e46203-d118-4b85-9711-790e6f175594</d2p1:guid>
</UserRoleIds>
</UserDetails>