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": "2fc7f0dd-a685-4857-b2f4-a81a63b2b267",
"ClubId": "76ecfcfe-6732-4665-b03e-017b63b64fd3",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "f973e063-d474-4633-921e-53d63327c2c4",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"29086011-d18b-4c75-964c-0ff585716488",
"a438007e-ec17-4e9f-a72e-fa10fe4475e9"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-03-11T21:24:42.8113672+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "2fc7f0dd-a685-4857-b2f4-a81a63b2b267",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"2fc7f0dd-a685-4857-b2f4-a81a63b2b267","ClubId":"76ecfcfe-6732-4665-b03e-017b63b64fd3","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"f973e063-d474-4633-921e-53d63327c2c4","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["29086011-d18b-4c75-964c-0ff585716488","a438007e-ec17-4e9f-a72e-fa10fe4475e9"],"AccountState":7,"LastPasswordChangeOn":"2026-03-11T21:24:42.8113672+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"2fc7f0dd-a685-4857-b2f4-a81a63b2b267","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">2fc7f0dd-a685-4857-b2f4-a81a63b2b267</Id>
<AccountState>7</AccountState>
<ClubId>76ecfcfe-6732-4665-b03e-017b63b64fd3</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-03-11T21:24:42.8113672+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>f973e063-d474-4633-921e-53d63327c2c4</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>2fc7f0dd-a685-4857-b2f4-a81a63b2b267</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>29086011-d18b-4c75-964c-0ff585716488</d2p1:guid>
<d2p1:guid>a438007e-ec17-4e9f-a72e-fa10fe4475e9</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": "471cd97f-ebb6-4b45-944c-abc7f1e5f76a",
"ClubId": "1f61c23c-f590-4117-bb79-999dd1d9403c",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "210b61d1-ab13-4b2d-868d-cc9a02ba7b9f",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"a0cd5d0e-0e1a-4b18-ab5e-3b7e2cc088c7",
"4807e89e-8995-449b-a79c-bef345413e6e"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-03-11T21:24:42.8113672+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "471cd97f-ebb6-4b45-944c-abc7f1e5f76a",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"471cd97f-ebb6-4b45-944c-abc7f1e5f76a","ClubId":"1f61c23c-f590-4117-bb79-999dd1d9403c","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"210b61d1-ab13-4b2d-868d-cc9a02ba7b9f","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["a0cd5d0e-0e1a-4b18-ab5e-3b7e2cc088c7","4807e89e-8995-449b-a79c-bef345413e6e"],"AccountState":7,"LastPasswordChangeOn":"2026-03-11T21:24:42.8113672+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"471cd97f-ebb6-4b45-944c-abc7f1e5f76a","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">471cd97f-ebb6-4b45-944c-abc7f1e5f76a</Id>
<AccountState>7</AccountState>
<ClubId>1f61c23c-f590-4117-bb79-999dd1d9403c</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-03-11T21:24:42.8113672+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>210b61d1-ab13-4b2d-868d-cc9a02ba7b9f</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>471cd97f-ebb6-4b45-944c-abc7f1e5f76a</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a0cd5d0e-0e1a-4b18-ab5e-3b7e2cc088c7</d2p1:guid>
<d2p1:guid>4807e89e-8995-449b-a79c-bef345413e6e</d2p1:guid>
</UserRoleIds>
</UserDetails>