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": "5f346c98-a14b-44ea-8f03-4d692ec48920",
"ClubId": "a4a477e9-9cfd-49f1-a829-4d410f9fcfbe",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "372d43ac-fc60-4ee2-b06d-f5cdc731f004",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"1c1db5cf-d596-48da-8e50-68118b9f388d",
"00ce101d-4344-4527-97d7-4f7133ba67d5"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-06-10T04:29:14.1764133+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "5f346c98-a14b-44ea-8f03-4d692ec48920",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"5f346c98-a14b-44ea-8f03-4d692ec48920","ClubId":"a4a477e9-9cfd-49f1-a829-4d410f9fcfbe","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"372d43ac-fc60-4ee2-b06d-f5cdc731f004","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["1c1db5cf-d596-48da-8e50-68118b9f388d","00ce101d-4344-4527-97d7-4f7133ba67d5"],"AccountState":7,"LastPasswordChangeOn":"2026-06-10T04:29:14.1764133+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"5f346c98-a14b-44ea-8f03-4d692ec48920","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">5f346c98-a14b-44ea-8f03-4d692ec48920</Id>
<AccountState>7</AccountState>
<ClubId>a4a477e9-9cfd-49f1-a829-4d410f9fcfbe</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-06-10T04:29:14.1764133+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>372d43ac-fc60-4ee2-b06d-f5cdc731f004</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>5f346c98-a14b-44ea-8f03-4d692ec48920</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1c1db5cf-d596-48da-8e50-68118b9f388d</d2p1:guid>
<d2p1:guid>00ce101d-4344-4527-97d7-4f7133ba67d5</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": "18194e5f-b8bd-4f44-b284-69832d1c505d",
"ClubId": "da89c0c3-f6c9-4d3b-9440-4c59fd5e8c73",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "717c022b-b845-4c03-9188-29f32f41b761",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"86709c0e-d57c-45ab-b341-5477c3618a20",
"56b5c660-908e-4854-83e1-610c51701159"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-06-10T04:29:14.1764133+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "18194e5f-b8bd-4f44-b284-69832d1c505d",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"18194e5f-b8bd-4f44-b284-69832d1c505d","ClubId":"da89c0c3-f6c9-4d3b-9440-4c59fd5e8c73","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"717c022b-b845-4c03-9188-29f32f41b761","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["86709c0e-d57c-45ab-b341-5477c3618a20","56b5c660-908e-4854-83e1-610c51701159"],"AccountState":7,"LastPasswordChangeOn":"2026-06-10T04:29:14.1764133+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"18194e5f-b8bd-4f44-b284-69832d1c505d","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">18194e5f-b8bd-4f44-b284-69832d1c505d</Id>
<AccountState>7</AccountState>
<ClubId>da89c0c3-f6c9-4d3b-9440-4c59fd5e8c73</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-06-10T04:29:14.1764133+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>717c022b-b845-4c03-9188-29f32f41b761</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>18194e5f-b8bd-4f44-b284-69832d1c505d</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>86709c0e-d57c-45ab-b341-5477c3618a20</d2p1:guid>
<d2p1:guid>56b5c660-908e-4854-83e1-610c51701159</d2p1:guid>
</UserRoleIds>
</UserDetails>