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": "1d9d74d8-b27f-4b6f-a035-9a24f34efe40",
"ClubId": "d7c0b8bb-3c38-414e-b7e9-258d54eda290",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "dd99c6e7-0a67-4d13-a80b-b916adcda5d8",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"6a8114e0-eaf3-43cc-af26-4734790c7a31",
"d9d38bd1-d4db-4145-bd0c-55ac474604d3"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-22T07:38:48.4371483+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "1d9d74d8-b27f-4b6f-a035-9a24f34efe40",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"1d9d74d8-b27f-4b6f-a035-9a24f34efe40","ClubId":"d7c0b8bb-3c38-414e-b7e9-258d54eda290","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"dd99c6e7-0a67-4d13-a80b-b916adcda5d8","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["6a8114e0-eaf3-43cc-af26-4734790c7a31","d9d38bd1-d4db-4145-bd0c-55ac474604d3"],"AccountState":7,"LastPasswordChangeOn":"2026-05-22T07:38:48.4371483+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"1d9d74d8-b27f-4b6f-a035-9a24f34efe40","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">1d9d74d8-b27f-4b6f-a035-9a24f34efe40</Id>
<AccountState>7</AccountState>
<ClubId>d7c0b8bb-3c38-414e-b7e9-258d54eda290</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-22T07:38:48.4371483+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>dd99c6e7-0a67-4d13-a80b-b916adcda5d8</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>1d9d74d8-b27f-4b6f-a035-9a24f34efe40</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6a8114e0-eaf3-43cc-af26-4734790c7a31</d2p1:guid>
<d2p1:guid>d9d38bd1-d4db-4145-bd0c-55ac474604d3</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": "7897c976-627e-4274-bcac-dce69e7082a0",
"ClubId": "88507576-2220-4769-bd69-2082e657fd8f",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "8e5fd896-3823-4b21-9bb4-4fa30c55fe16",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"b4c64531-cd4c-480c-863e-ffe4e7dae0cf",
"24ae3841-1f71-4859-b340-6358ccaea634"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-22T07:38:48.4371483+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "7897c976-627e-4274-bcac-dce69e7082a0",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"7897c976-627e-4274-bcac-dce69e7082a0","ClubId":"88507576-2220-4769-bd69-2082e657fd8f","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"8e5fd896-3823-4b21-9bb4-4fa30c55fe16","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["b4c64531-cd4c-480c-863e-ffe4e7dae0cf","24ae3841-1f71-4859-b340-6358ccaea634"],"AccountState":7,"LastPasswordChangeOn":"2026-05-22T07:38:48.4371483+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"7897c976-627e-4274-bcac-dce69e7082a0","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">7897c976-627e-4274-bcac-dce69e7082a0</Id>
<AccountState>7</AccountState>
<ClubId>88507576-2220-4769-bd69-2082e657fd8f</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-22T07:38:48.4371483+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>8e5fd896-3823-4b21-9bb4-4fa30c55fe16</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>7897c976-627e-4274-bcac-dce69e7082a0</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b4c64531-cd4c-480c-863e-ffe4e7dae0cf</d2p1:guid>
<d2p1:guid>24ae3841-1f71-4859-b340-6358ccaea634</d2p1:guid>
</UserRoleIds>
</UserDetails>