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": "b882b937-8be8-41da-b06d-936d7215929a",
"ClubId": "15adb5c3-d6f7-476c-a4b2-36b76fefc59d",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "70da79a0-b528-4784-8eda-d5cba399913e",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"65022d50-cd2f-4416-9b86-7d4bb2436d3e",
"1e4851cc-1b67-46ad-85b8-767ec9015e86"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-04T00:35:26.4438966+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "b882b937-8be8-41da-b06d-936d7215929a",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"b882b937-8be8-41da-b06d-936d7215929a","ClubId":"15adb5c3-d6f7-476c-a4b2-36b76fefc59d","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"70da79a0-b528-4784-8eda-d5cba399913e","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["65022d50-cd2f-4416-9b86-7d4bb2436d3e","1e4851cc-1b67-46ad-85b8-767ec9015e86"],"AccountState":7,"LastPasswordChangeOn":"2026-05-04T00:35:26.4438966+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"b882b937-8be8-41da-b06d-936d7215929a","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">b882b937-8be8-41da-b06d-936d7215929a</Id>
<AccountState>7</AccountState>
<ClubId>15adb5c3-d6f7-476c-a4b2-36b76fefc59d</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-04T00:35:26.4438966+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>70da79a0-b528-4784-8eda-d5cba399913e</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>b882b937-8be8-41da-b06d-936d7215929a</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>65022d50-cd2f-4416-9b86-7d4bb2436d3e</d2p1:guid>
<d2p1:guid>1e4851cc-1b67-46ad-85b8-767ec9015e86</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": "52e96975-b0d6-4319-b29f-9b915a84bd0c",
"ClubId": "6e770525-8a95-4bb8-8c39-57b507cad08a",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "4c584c95-9481-4116-a736-62e771f30c81",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"c5e2203e-8226-46cf-865e-deef559699d2",
"25866b15-dad0-4626-9b83-66efd95acde4"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-04T00:35:26.4438966+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "52e96975-b0d6-4319-b29f-9b915a84bd0c",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"52e96975-b0d6-4319-b29f-9b915a84bd0c","ClubId":"6e770525-8a95-4bb8-8c39-57b507cad08a","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"4c584c95-9481-4116-a736-62e771f30c81","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["c5e2203e-8226-46cf-865e-deef559699d2","25866b15-dad0-4626-9b83-66efd95acde4"],"AccountState":7,"LastPasswordChangeOn":"2026-05-04T00:35:26.4438966+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"52e96975-b0d6-4319-b29f-9b915a84bd0c","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">52e96975-b0d6-4319-b29f-9b915a84bd0c</Id>
<AccountState>7</AccountState>
<ClubId>6e770525-8a95-4bb8-8c39-57b507cad08a</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-04T00:35:26.4438966+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>4c584c95-9481-4116-a736-62e771f30c81</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>52e96975-b0d6-4319-b29f-9b915a84bd0c</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c5e2203e-8226-46cf-865e-deef559699d2</d2p1:guid>
<d2p1:guid>25866b15-dad0-4626-9b83-66efd95acde4</d2p1:guid>
</UserRoleIds>
</UserDetails>