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": "3be78138-c3ee-4be4-8697-bf544dbba304",
"ClubId": "f6cd756f-0b22-4248-b6e9-6e798576aea7",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "5d387818-4577-4ce8-aeee-f78c8d83d188",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"ac922256-69bd-46dd-ae10-d02f163fe65d",
"b44dca6e-907b-46ec-8edb-ef709d759d3f"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-02-21T14:43:36.9675061+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "3be78138-c3ee-4be4-8697-bf544dbba304",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"3be78138-c3ee-4be4-8697-bf544dbba304","ClubId":"f6cd756f-0b22-4248-b6e9-6e798576aea7","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"5d387818-4577-4ce8-aeee-f78c8d83d188","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["ac922256-69bd-46dd-ae10-d02f163fe65d","b44dca6e-907b-46ec-8edb-ef709d759d3f"],"AccountState":7,"LastPasswordChangeOn":"2026-02-21T14:43:36.9675061+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"3be78138-c3ee-4be4-8697-bf544dbba304","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">3be78138-c3ee-4be4-8697-bf544dbba304</Id>
<AccountState>7</AccountState>
<ClubId>f6cd756f-0b22-4248-b6e9-6e798576aea7</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-02-21T14:43:36.9675061+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>5d387818-4577-4ce8-aeee-f78c8d83d188</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>3be78138-c3ee-4be4-8697-bf544dbba304</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ac922256-69bd-46dd-ae10-d02f163fe65d</d2p1:guid>
<d2p1:guid>b44dca6e-907b-46ec-8edb-ef709d759d3f</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": "9496e329-6679-4108-9467-cd086586a6d9",
"ClubId": "ff90f638-5eeb-4bd3-afc7-81e9a91feac1",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "c76252c0-045d-47ef-86c0-19dd45739052",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"95a04506-4025-43d2-a69d-d87ea767132e",
"98ea3409-c654-423c-9956-f5cba6bd26b4"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-02-21T14:43:36.9831215+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "9496e329-6679-4108-9467-cd086586a6d9",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"9496e329-6679-4108-9467-cd086586a6d9","ClubId":"ff90f638-5eeb-4bd3-afc7-81e9a91feac1","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"c76252c0-045d-47ef-86c0-19dd45739052","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["95a04506-4025-43d2-a69d-d87ea767132e","98ea3409-c654-423c-9956-f5cba6bd26b4"],"AccountState":7,"LastPasswordChangeOn":"2026-02-21T14:43:36.9831215+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"9496e329-6679-4108-9467-cd086586a6d9","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">9496e329-6679-4108-9467-cd086586a6d9</Id>
<AccountState>7</AccountState>
<ClubId>ff90f638-5eeb-4bd3-afc7-81e9a91feac1</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-02-21T14:43:36.9831215+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>c76252c0-045d-47ef-86c0-19dd45739052</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>9496e329-6679-4108-9467-cd086586a6d9</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>95a04506-4025-43d2-a69d-d87ea767132e</d2p1:guid>
<d2p1:guid>98ea3409-c654-423c-9956-f5cba6bd26b4</d2p1:guid>
</UserRoleIds>
</UserDetails>