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": "e177d316-133b-4c71-ba54-cb04565d569c",
"ClubId": "f526b4f6-6892-45e5-b802-368b6ece30bc",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "f6b03159-c525-4166-8e65-d97d8805bd8f",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"050eef76-77ad-4fd7-b786-ac4d315b0a16",
"22801ab2-543d-42e7-99a2-0b75ec98c934"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-20T17:18:14.7756813+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "e177d316-133b-4c71-ba54-cb04565d569c",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"e177d316-133b-4c71-ba54-cb04565d569c","ClubId":"f526b4f6-6892-45e5-b802-368b6ece30bc","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"f6b03159-c525-4166-8e65-d97d8805bd8f","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["050eef76-77ad-4fd7-b786-ac4d315b0a16","22801ab2-543d-42e7-99a2-0b75ec98c934"],"AccountState":7,"LastPasswordChangeOn":"2026-05-20T17:18:14.7756813+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"e177d316-133b-4c71-ba54-cb04565d569c","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">e177d316-133b-4c71-ba54-cb04565d569c</Id>
<AccountState>7</AccountState>
<ClubId>f526b4f6-6892-45e5-b802-368b6ece30bc</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-20T17:18:14.7756813+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>f6b03159-c525-4166-8e65-d97d8805bd8f</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>e177d316-133b-4c71-ba54-cb04565d569c</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>050eef76-77ad-4fd7-b786-ac4d315b0a16</d2p1:guid>
<d2p1:guid>22801ab2-543d-42e7-99a2-0b75ec98c934</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": "4ad612b6-e88f-4957-a6e7-7733af9114a8",
"ClubId": "56fa4f3a-55a5-4f14-b98c-45fcd3fc9156",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "24b9d54d-a231-4a25-9f0f-7479e1d0e44b",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"4dc24984-7898-40d8-a28f-eac282f63fb4",
"d32d009e-1e65-48db-9ebb-be7cd5fbf180"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-20T17:18:14.7756813+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "4ad612b6-e88f-4957-a6e7-7733af9114a8",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"4ad612b6-e88f-4957-a6e7-7733af9114a8","ClubId":"56fa4f3a-55a5-4f14-b98c-45fcd3fc9156","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"24b9d54d-a231-4a25-9f0f-7479e1d0e44b","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["4dc24984-7898-40d8-a28f-eac282f63fb4","d32d009e-1e65-48db-9ebb-be7cd5fbf180"],"AccountState":7,"LastPasswordChangeOn":"2026-05-20T17:18:14.7756813+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"4ad612b6-e88f-4957-a6e7-7733af9114a8","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">4ad612b6-e88f-4957-a6e7-7733af9114a8</Id>
<AccountState>7</AccountState>
<ClubId>56fa4f3a-55a5-4f14-b98c-45fcd3fc9156</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-20T17:18:14.7756813+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>24b9d54d-a231-4a25-9f0f-7479e1d0e44b</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>4ad612b6-e88f-4957-a6e7-7733af9114a8</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4dc24984-7898-40d8-a28f-eac282f63fb4</d2p1:guid>
<d2p1:guid>d32d009e-1e65-48db-9ebb-be7cd5fbf180</d2p1:guid>
</UserRoleIds>
</UserDetails>