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": "7c855d77-5e13-407c-b6a2-529568db58ec",
"ClubId": "16f0fa5d-10da-45d9-a418-add0cfd03fad",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "81e268b7-ceda-4a63-a745-d0d236ad5849",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"4d73ab93-8444-46ac-ad24-c5c5372f8df3",
"b6dbe22e-9280-4036-a9db-d933965001e5"
],
"AccountState": 7,
"LastPasswordChangeOn": "2025-12-26T19:32:58.8534974+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "7c855d77-5e13-407c-b6a2-529568db58ec",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"7c855d77-5e13-407c-b6a2-529568db58ec","ClubId":"16f0fa5d-10da-45d9-a418-add0cfd03fad","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"81e268b7-ceda-4a63-a745-d0d236ad5849","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["4d73ab93-8444-46ac-ad24-c5c5372f8df3","b6dbe22e-9280-4036-a9db-d933965001e5"],"AccountState":7,"LastPasswordChangeOn":"2025-12-26T19:32:58.8534974+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"7c855d77-5e13-407c-b6a2-529568db58ec","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">7c855d77-5e13-407c-b6a2-529568db58ec</Id>
<AccountState>7</AccountState>
<ClubId>16f0fa5d-10da-45d9-a418-add0cfd03fad</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2025-12-26T19:32:58.8534974+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>81e268b7-ceda-4a63-a745-d0d236ad5849</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>7c855d77-5e13-407c-b6a2-529568db58ec</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4d73ab93-8444-46ac-ad24-c5c5372f8df3</d2p1:guid>
<d2p1:guid>b6dbe22e-9280-4036-a9db-d933965001e5</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": "acfd8075-0c7e-4356-941c-1bbe8b3a1b81",
"ClubId": "98a101d7-0823-40e0-89ea-b79f8db8e294",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "00a244e6-3f30-483e-a7ce-12ed51d83cfa",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"eeef65a2-b7d9-4598-8b94-9d03636c4bff",
"78c40732-1fb4-4dd8-b93b-568770ea9cb8"
],
"AccountState": 7,
"LastPasswordChangeOn": "2025-12-26T19:32:58.8691215+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "acfd8075-0c7e-4356-941c-1bbe8b3a1b81",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"acfd8075-0c7e-4356-941c-1bbe8b3a1b81","ClubId":"98a101d7-0823-40e0-89ea-b79f8db8e294","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"00a244e6-3f30-483e-a7ce-12ed51d83cfa","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["eeef65a2-b7d9-4598-8b94-9d03636c4bff","78c40732-1fb4-4dd8-b93b-568770ea9cb8"],"AccountState":7,"LastPasswordChangeOn":"2025-12-26T19:32:58.8691215+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"acfd8075-0c7e-4356-941c-1bbe8b3a1b81","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">acfd8075-0c7e-4356-941c-1bbe8b3a1b81</Id>
<AccountState>7</AccountState>
<ClubId>98a101d7-0823-40e0-89ea-b79f8db8e294</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2025-12-26T19:32:58.8691215+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>00a244e6-3f30-483e-a7ce-12ed51d83cfa</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>acfd8075-0c7e-4356-941c-1bbe8b3a1b81</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>eeef65a2-b7d9-4598-8b94-9d03636c4bff</d2p1:guid>
<d2p1:guid>78c40732-1fb4-4dd8-b93b-568770ea9cb8</d2p1:guid>
</UserRoleIds>
</UserDetails>