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": "d2705757-d699-494f-a2c6-319b7e55a2c4",
"ClubId": "64b4a2f8-8668-4155-8cd2-488dffc7c4b1",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "ebb84372-9558-4e76-a0a7-646e7f4d82c3",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"bb0e547b-c4c2-405a-be42-69cd79a758af",
"e763e1dd-b4cb-46e1-b3dc-c8e0c6830d29"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-03-04T18:39:41.0597309+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "d2705757-d699-494f-a2c6-319b7e55a2c4",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"d2705757-d699-494f-a2c6-319b7e55a2c4","ClubId":"64b4a2f8-8668-4155-8cd2-488dffc7c4b1","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"ebb84372-9558-4e76-a0a7-646e7f4d82c3","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["bb0e547b-c4c2-405a-be42-69cd79a758af","e763e1dd-b4cb-46e1-b3dc-c8e0c6830d29"],"AccountState":7,"LastPasswordChangeOn":"2026-03-04T18:39:41.0597309+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"d2705757-d699-494f-a2c6-319b7e55a2c4","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">d2705757-d699-494f-a2c6-319b7e55a2c4</Id>
<AccountState>7</AccountState>
<ClubId>64b4a2f8-8668-4155-8cd2-488dffc7c4b1</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-03-04T18:39:41.0597309+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>ebb84372-9558-4e76-a0a7-646e7f4d82c3</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>d2705757-d699-494f-a2c6-319b7e55a2c4</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>bb0e547b-c4c2-405a-be42-69cd79a758af</d2p1:guid>
<d2p1:guid>e763e1dd-b4cb-46e1-b3dc-c8e0c6830d29</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": "084408ef-5d5d-4100-a83e-c508fc97b0fc",
"ClubId": "a797e6df-d176-40bd-bce8-8606d284296b",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "6cb6458c-e859-43d0-b33e-c324c191fa0c",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"95fe7466-dadb-466b-a3ea-3ab2fa3b9d5f",
"748be1ef-9510-4180-8df7-eba4ea2947bd"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-03-04T18:39:41.0597309+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "084408ef-5d5d-4100-a83e-c508fc97b0fc",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"084408ef-5d5d-4100-a83e-c508fc97b0fc","ClubId":"a797e6df-d176-40bd-bce8-8606d284296b","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"6cb6458c-e859-43d0-b33e-c324c191fa0c","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["95fe7466-dadb-466b-a3ea-3ab2fa3b9d5f","748be1ef-9510-4180-8df7-eba4ea2947bd"],"AccountState":7,"LastPasswordChangeOn":"2026-03-04T18:39:41.0597309+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"084408ef-5d5d-4100-a83e-c508fc97b0fc","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">084408ef-5d5d-4100-a83e-c508fc97b0fc</Id>
<AccountState>7</AccountState>
<ClubId>a797e6df-d176-40bd-bce8-8606d284296b</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-03-04T18:39:41.0597309+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>6cb6458c-e859-43d0-b33e-c324c191fa0c</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>084408ef-5d5d-4100-a83e-c508fc97b0fc</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>95fe7466-dadb-466b-a3ea-3ab2fa3b9d5f</d2p1:guid>
<d2p1:guid>748be1ef-9510-4180-8df7-eba4ea2947bd</d2p1:guid>
</UserRoleIds>
</UserDetails>