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": "ab67dca1-cb96-494a-a416-f77ac5ca770d",
"ClubId": "49416674-a3b9-4000-929e-078953dd40c2",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "eeb2d05e-761a-47ac-b811-05c6f6c71805",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"199b3845-7687-4e92-b0d6-52cceaeab9cf",
"0524bb3f-27df-4c4d-aac2-a92b2e24e71f"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-06-23T12:00:26.5166877+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "ab67dca1-cb96-494a-a416-f77ac5ca770d",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"ab67dca1-cb96-494a-a416-f77ac5ca770d","ClubId":"49416674-a3b9-4000-929e-078953dd40c2","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"eeb2d05e-761a-47ac-b811-05c6f6c71805","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["199b3845-7687-4e92-b0d6-52cceaeab9cf","0524bb3f-27df-4c4d-aac2-a92b2e24e71f"],"AccountState":7,"LastPasswordChangeOn":"2026-06-23T12:00:26.5166877+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"ab67dca1-cb96-494a-a416-f77ac5ca770d","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">ab67dca1-cb96-494a-a416-f77ac5ca770d</Id>
<AccountState>7</AccountState>
<ClubId>49416674-a3b9-4000-929e-078953dd40c2</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-06-23T12:00:26.5166877+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>eeb2d05e-761a-47ac-b811-05c6f6c71805</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>ab67dca1-cb96-494a-a416-f77ac5ca770d</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>199b3845-7687-4e92-b0d6-52cceaeab9cf</d2p1:guid>
<d2p1:guid>0524bb3f-27df-4c4d-aac2-a92b2e24e71f</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": "987d81dc-e4b3-44c8-8f44-3172a7e6b11c",
"ClubId": "e2c55a37-bb50-443d-8adc-fc95c92b4b5d",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "1b03b670-e279-43e1-a089-ea5356261366",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"e3709672-5d3b-4efb-a038-f1cdd3b2904b",
"f2ac0cea-1a66-42d2-b706-7944cd122832"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-06-23T12:00:26.5166877+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "987d81dc-e4b3-44c8-8f44-3172a7e6b11c",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"987d81dc-e4b3-44c8-8f44-3172a7e6b11c","ClubId":"e2c55a37-bb50-443d-8adc-fc95c92b4b5d","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"1b03b670-e279-43e1-a089-ea5356261366","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["e3709672-5d3b-4efb-a038-f1cdd3b2904b","f2ac0cea-1a66-42d2-b706-7944cd122832"],"AccountState":7,"LastPasswordChangeOn":"2026-06-23T12:00:26.5166877+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"987d81dc-e4b3-44c8-8f44-3172a7e6b11c","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">987d81dc-e4b3-44c8-8f44-3172a7e6b11c</Id>
<AccountState>7</AccountState>
<ClubId>e2c55a37-bb50-443d-8adc-fc95c92b4b5d</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-06-23T12:00:26.5166877+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>1b03b670-e279-43e1-a089-ea5356261366</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>987d81dc-e4b3-44c8-8f44-3172a7e6b11c</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e3709672-5d3b-4efb-a038-f1cdd3b2904b</d2p1:guid>
<d2p1:guid>f2ac0cea-1a66-42d2-b706-7944cd122832</d2p1:guid>
</UserRoleIds>
</UserDetails>