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": "13e14d60-ac59-4984-b5c1-fd4edf3f2804",
"ClubId": "fee3bcf1-a7bf-48aa-b9ec-10387db4d52d",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "c33234b2-ae10-46c7-9d97-c7ebad1ebfe8",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"1574672c-c4d0-455f-baf7-a7f7c51bbce1",
"5a9cc6a3-cc8b-4fa2-9a11-d7988eeacca3"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-25T10:15:13.9167827+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "13e14d60-ac59-4984-b5c1-fd4edf3f2804",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"13e14d60-ac59-4984-b5c1-fd4edf3f2804","ClubId":"fee3bcf1-a7bf-48aa-b9ec-10387db4d52d","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"c33234b2-ae10-46c7-9d97-c7ebad1ebfe8","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["1574672c-c4d0-455f-baf7-a7f7c51bbce1","5a9cc6a3-cc8b-4fa2-9a11-d7988eeacca3"],"AccountState":7,"LastPasswordChangeOn":"2026-05-25T10:15:13.9167827+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"13e14d60-ac59-4984-b5c1-fd4edf3f2804","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">13e14d60-ac59-4984-b5c1-fd4edf3f2804</Id>
<AccountState>7</AccountState>
<ClubId>fee3bcf1-a7bf-48aa-b9ec-10387db4d52d</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-25T10:15:13.9167827+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>c33234b2-ae10-46c7-9d97-c7ebad1ebfe8</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>13e14d60-ac59-4984-b5c1-fd4edf3f2804</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1574672c-c4d0-455f-baf7-a7f7c51bbce1</d2p1:guid>
<d2p1:guid>5a9cc6a3-cc8b-4fa2-9a11-d7988eeacca3</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": "7c3a038c-031e-4727-9bc9-6d85180bf790",
"ClubId": "0bcff614-1c6a-4596-9065-3396714d083b",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "e5437659-0e94-4772-ad9a-97eaf31c090b",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"d79588f7-add4-464c-a3d6-7f08a05687e1",
"a32ee088-04f7-487d-bc7a-42da60003aae"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-25T10:15:13.9167827+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "7c3a038c-031e-4727-9bc9-6d85180bf790",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"7c3a038c-031e-4727-9bc9-6d85180bf790","ClubId":"0bcff614-1c6a-4596-9065-3396714d083b","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"e5437659-0e94-4772-ad9a-97eaf31c090b","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["d79588f7-add4-464c-a3d6-7f08a05687e1","a32ee088-04f7-487d-bc7a-42da60003aae"],"AccountState":7,"LastPasswordChangeOn":"2026-05-25T10:15:13.9167827+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"7c3a038c-031e-4727-9bc9-6d85180bf790","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">7c3a038c-031e-4727-9bc9-6d85180bf790</Id>
<AccountState>7</AccountState>
<ClubId>0bcff614-1c6a-4596-9065-3396714d083b</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-25T10:15:13.9167827+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>e5437659-0e94-4772-ad9a-97eaf31c090b</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>7c3a038c-031e-4727-9bc9-6d85180bf790</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d79588f7-add4-464c-a3d6-7f08a05687e1</d2p1:guid>
<d2p1:guid>a32ee088-04f7-487d-bc7a-42da60003aae</d2p1:guid>
</UserRoleIds>
</UserDetails>