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": "f62ba425-ec0b-4151-bbb1-c57d59b1d97e",
"ClubId": "7c9c45ff-34fa-4aad-ae1d-4a0fc21e67df",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "adfbdea4-bb3f-4e38-85f5-dc1f57c58488",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"08cb3d26-5ad2-4865-a9ee-bd5e1919146b",
"7b5b6cc1-7d1a-4950-8b9e-47ccc7f9ddb9"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-07-10T15:40:02.9794982+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "f62ba425-ec0b-4151-bbb1-c57d59b1d97e",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"f62ba425-ec0b-4151-bbb1-c57d59b1d97e","ClubId":"7c9c45ff-34fa-4aad-ae1d-4a0fc21e67df","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"adfbdea4-bb3f-4e38-85f5-dc1f57c58488","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["08cb3d26-5ad2-4865-a9ee-bd5e1919146b","7b5b6cc1-7d1a-4950-8b9e-47ccc7f9ddb9"],"AccountState":7,"LastPasswordChangeOn":"2026-07-10T15:40:02.9794982+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"f62ba425-ec0b-4151-bbb1-c57d59b1d97e","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">f62ba425-ec0b-4151-bbb1-c57d59b1d97e</Id>
<AccountState>7</AccountState>
<ClubId>7c9c45ff-34fa-4aad-ae1d-4a0fc21e67df</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-07-10T15:40:02.9794982+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>adfbdea4-bb3f-4e38-85f5-dc1f57c58488</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>f62ba425-ec0b-4151-bbb1-c57d59b1d97e</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>08cb3d26-5ad2-4865-a9ee-bd5e1919146b</d2p1:guid>
<d2p1:guid>7b5b6cc1-7d1a-4950-8b9e-47ccc7f9ddb9</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": "fa46171d-b71d-4e61-a14b-c808654f9ffb",
"ClubId": "c5bf5d6f-6d0a-48cb-8ec9-8bf46918cb63",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "0d82d6a1-8788-48a3-a6d2-591081771b7c",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"805ad670-bd39-417d-8db0-fc3f522fe3a1",
"3185bb6f-bb66-4f7b-9be5-9eb7774d2131"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-07-10T15:40:02.9794982+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "fa46171d-b71d-4e61-a14b-c808654f9ffb",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"fa46171d-b71d-4e61-a14b-c808654f9ffb","ClubId":"c5bf5d6f-6d0a-48cb-8ec9-8bf46918cb63","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"0d82d6a1-8788-48a3-a6d2-591081771b7c","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["805ad670-bd39-417d-8db0-fc3f522fe3a1","3185bb6f-bb66-4f7b-9be5-9eb7774d2131"],"AccountState":7,"LastPasswordChangeOn":"2026-07-10T15:40:02.9794982+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"fa46171d-b71d-4e61-a14b-c808654f9ffb","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">fa46171d-b71d-4e61-a14b-c808654f9ffb</Id>
<AccountState>7</AccountState>
<ClubId>c5bf5d6f-6d0a-48cb-8ec9-8bf46918cb63</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-07-10T15:40:02.9794982+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>0d82d6a1-8788-48a3-a6d2-591081771b7c</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>fa46171d-b71d-4e61-a14b-c808654f9ffb</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>805ad670-bd39-417d-8db0-fc3f522fe3a1</d2p1:guid>
<d2p1:guid>3185bb6f-bb66-4f7b-9be5-9eb7774d2131</d2p1:guid>
</UserRoleIds>
</UserDetails>