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": "ba03408f-d3a6-4d66-a461-33a10afa1f08",
"ClubId": "652ed131-690d-4017-ab9a-a5ce40658a25",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "1609717d-21e6-4062-a7de-4dde0a7a460a",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"6926fcb4-12ba-49d8-90ec-5aeff9687ef4",
"4c7f984d-af13-4f00-8c8b-acf5a19b3827"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-21T19:36:55.2131827+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "ba03408f-d3a6-4d66-a461-33a10afa1f08",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"ba03408f-d3a6-4d66-a461-33a10afa1f08","ClubId":"652ed131-690d-4017-ab9a-a5ce40658a25","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"1609717d-21e6-4062-a7de-4dde0a7a460a","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["6926fcb4-12ba-49d8-90ec-5aeff9687ef4","4c7f984d-af13-4f00-8c8b-acf5a19b3827"],"AccountState":7,"LastPasswordChangeOn":"2026-05-21T19:36:55.2131827+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"ba03408f-d3a6-4d66-a461-33a10afa1f08","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">ba03408f-d3a6-4d66-a461-33a10afa1f08</Id>
<AccountState>7</AccountState>
<ClubId>652ed131-690d-4017-ab9a-a5ce40658a25</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-21T19:36:55.2131827+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>1609717d-21e6-4062-a7de-4dde0a7a460a</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>ba03408f-d3a6-4d66-a461-33a10afa1f08</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6926fcb4-12ba-49d8-90ec-5aeff9687ef4</d2p1:guid>
<d2p1:guid>4c7f984d-af13-4f00-8c8b-acf5a19b3827</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": "de06b622-583c-4bb6-bd12-a19bcde04918",
"ClubId": "4b794b5f-fb11-4efc-bfa3-f6ad9d462a0c",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "be863bd0-57f4-4c4a-a376-f6743d6a5be9",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"33ee8c22-6ec3-48e9-9694-b66eb9629c05",
"cdf3ae80-aa17-4bba-8226-91fc4d05d411"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-21T19:36:55.2131827+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "de06b622-583c-4bb6-bd12-a19bcde04918",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"de06b622-583c-4bb6-bd12-a19bcde04918","ClubId":"4b794b5f-fb11-4efc-bfa3-f6ad9d462a0c","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"be863bd0-57f4-4c4a-a376-f6743d6a5be9","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["33ee8c22-6ec3-48e9-9694-b66eb9629c05","cdf3ae80-aa17-4bba-8226-91fc4d05d411"],"AccountState":7,"LastPasswordChangeOn":"2026-05-21T19:36:55.2131827+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"de06b622-583c-4bb6-bd12-a19bcde04918","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">de06b622-583c-4bb6-bd12-a19bcde04918</Id>
<AccountState>7</AccountState>
<ClubId>4b794b5f-fb11-4efc-bfa3-f6ad9d462a0c</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-21T19:36:55.2131827+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>be863bd0-57f4-4c4a-a376-f6743d6a5be9</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>de06b622-583c-4bb6-bd12-a19bcde04918</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>33ee8c22-6ec3-48e9-9694-b66eb9629c05</d2p1:guid>
<d2p1:guid>cdf3ae80-aa17-4bba-8226-91fc4d05d411</d2p1:guid>
</UserRoleIds>
</UserDetails>