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": "6fbb994d-f49e-4f73-8788-4bde3e07aa50",
"ClubId": "8db6e8b5-c9d4-4851-8c07-1ceaac17b3cd",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "f1390690-cd93-419f-8223-2d2027f8e90a",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"83cd3dc9-6bf8-4b77-8d0e-fa045d91f678",
"44cfe6f4-d520-4228-bc76-d579e6ad9e2e"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-22T20:49:01.7652731+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "6fbb994d-f49e-4f73-8788-4bde3e07aa50",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"6fbb994d-f49e-4f73-8788-4bde3e07aa50","ClubId":"8db6e8b5-c9d4-4851-8c07-1ceaac17b3cd","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"f1390690-cd93-419f-8223-2d2027f8e90a","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["83cd3dc9-6bf8-4b77-8d0e-fa045d91f678","44cfe6f4-d520-4228-bc76-d579e6ad9e2e"],"AccountState":7,"LastPasswordChangeOn":"2026-05-22T20:49:01.7652731+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"6fbb994d-f49e-4f73-8788-4bde3e07aa50","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">6fbb994d-f49e-4f73-8788-4bde3e07aa50</Id>
<AccountState>7</AccountState>
<ClubId>8db6e8b5-c9d4-4851-8c07-1ceaac17b3cd</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-22T20:49:01.7652731+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>f1390690-cd93-419f-8223-2d2027f8e90a</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>6fbb994d-f49e-4f73-8788-4bde3e07aa50</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>83cd3dc9-6bf8-4b77-8d0e-fa045d91f678</d2p1:guid>
<d2p1:guid>44cfe6f4-d520-4228-bc76-d579e6ad9e2e</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": "31ac7f5f-12f0-4747-a7e5-7ebc09e626f6",
"ClubId": "c822664c-3105-4b5e-8461-809a710e1d79",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "0eea0f92-c8a9-4050-899d-38c257291e50",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"7894f413-df7f-420f-b733-1cd2b1d8f1c8",
"7e3343e2-6daf-4a5f-b414-3d42405a39fe"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-22T20:49:01.7652731+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "31ac7f5f-12f0-4747-a7e5-7ebc09e626f6",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"31ac7f5f-12f0-4747-a7e5-7ebc09e626f6","ClubId":"c822664c-3105-4b5e-8461-809a710e1d79","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"0eea0f92-c8a9-4050-899d-38c257291e50","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["7894f413-df7f-420f-b733-1cd2b1d8f1c8","7e3343e2-6daf-4a5f-b414-3d42405a39fe"],"AccountState":7,"LastPasswordChangeOn":"2026-05-22T20:49:01.7652731+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"31ac7f5f-12f0-4747-a7e5-7ebc09e626f6","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">31ac7f5f-12f0-4747-a7e5-7ebc09e626f6</Id>
<AccountState>7</AccountState>
<ClubId>c822664c-3105-4b5e-8461-809a710e1d79</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-22T20:49:01.7652731+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>0eea0f92-c8a9-4050-899d-38c257291e50</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>31ac7f5f-12f0-4747-a7e5-7ebc09e626f6</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>7894f413-df7f-420f-b733-1cd2b1d8f1c8</d2p1:guid>
<d2p1:guid>7e3343e2-6daf-4a5f-b414-3d42405a39fe</d2p1:guid>
</UserRoleIds>
</UserDetails>