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": "9d2ae2ba-fada-4822-b802-e827bd7eca49",
"ClubId": "73a50014-1a3b-47cc-a609-a741990ac7f4",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "80515ecd-ae6a-46c3-a6ba-2e29400b6fd9",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"36442440-f1ab-44f6-a704-c7c010dce112",
"2bf810ff-c975-4402-9961-5a1895d19c73"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-02-13T13:29:58.3648938+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "9d2ae2ba-fada-4822-b802-e827bd7eca49",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"9d2ae2ba-fada-4822-b802-e827bd7eca49","ClubId":"73a50014-1a3b-47cc-a609-a741990ac7f4","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"80515ecd-ae6a-46c3-a6ba-2e29400b6fd9","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["36442440-f1ab-44f6-a704-c7c010dce112","2bf810ff-c975-4402-9961-5a1895d19c73"],"AccountState":7,"LastPasswordChangeOn":"2026-02-13T13:29:58.3648938+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"9d2ae2ba-fada-4822-b802-e827bd7eca49","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">9d2ae2ba-fada-4822-b802-e827bd7eca49</Id>
<AccountState>7</AccountState>
<ClubId>73a50014-1a3b-47cc-a609-a741990ac7f4</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-02-13T13:29:58.3648938+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>80515ecd-ae6a-46c3-a6ba-2e29400b6fd9</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>9d2ae2ba-fada-4822-b802-e827bd7eca49</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>36442440-f1ab-44f6-a704-c7c010dce112</d2p1:guid>
<d2p1:guid>2bf810ff-c975-4402-9961-5a1895d19c73</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": "4198c8bc-dc14-4f5a-89b7-b7fad1cc3650",
"ClubId": "3723cfc6-eec6-43f1-b39c-6c21a71a5c70",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "9a152bad-d0d7-4b4c-9ca2-dbe30e8c61ef",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"4321d396-153f-4cf5-b25a-9a1e4114a92d",
"3f9f16d6-ab78-4d70-88f7-b6d4bedb9a0d"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-02-13T13:29:58.3648938+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "4198c8bc-dc14-4f5a-89b7-b7fad1cc3650",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"4198c8bc-dc14-4f5a-89b7-b7fad1cc3650","ClubId":"3723cfc6-eec6-43f1-b39c-6c21a71a5c70","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"9a152bad-d0d7-4b4c-9ca2-dbe30e8c61ef","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["4321d396-153f-4cf5-b25a-9a1e4114a92d","3f9f16d6-ab78-4d70-88f7-b6d4bedb9a0d"],"AccountState":7,"LastPasswordChangeOn":"2026-02-13T13:29:58.3648938+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"4198c8bc-dc14-4f5a-89b7-b7fad1cc3650","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">4198c8bc-dc14-4f5a-89b7-b7fad1cc3650</Id>
<AccountState>7</AccountState>
<ClubId>3723cfc6-eec6-43f1-b39c-6c21a71a5c70</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-02-13T13:29:58.3648938+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>9a152bad-d0d7-4b4c-9ca2-dbe30e8c61ef</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>4198c8bc-dc14-4f5a-89b7-b7fad1cc3650</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4321d396-153f-4cf5-b25a-9a1e4114a92d</d2p1:guid>
<d2p1:guid>3f9f16d6-ab78-4d70-88f7-b6d4bedb9a0d</d2p1:guid>
</UserRoleIds>
</UserDetails>