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": "8c7b2534-3aaf-4120-828f-e2a78d2195a5",
"ClubId": "15b2304c-5f14-4145-a6dd-9059c9bc661d",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "b62a4f6a-2a91-432d-83db-ad1d805bbaf6",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"2f174d4a-78f3-463d-a250-58a7b6475501",
"082e90d6-a37e-4805-b82d-451ed6b1f2cd"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-08-11T16:23:37.010936+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "8c7b2534-3aaf-4120-828f-e2a78d2195a5",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"8c7b2534-3aaf-4120-828f-e2a78d2195a5","ClubId":"15b2304c-5f14-4145-a6dd-9059c9bc661d","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"b62a4f6a-2a91-432d-83db-ad1d805bbaf6","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["2f174d4a-78f3-463d-a250-58a7b6475501","082e90d6-a37e-4805-b82d-451ed6b1f2cd"],"AccountState":7,"LastPasswordChangeOn":"2026-08-11T16:23:37.010936+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"8c7b2534-3aaf-4120-828f-e2a78d2195a5","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">8c7b2534-3aaf-4120-828f-e2a78d2195a5</Id>
<AccountState>7</AccountState>
<ClubId>15b2304c-5f14-4145-a6dd-9059c9bc661d</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-08-11T16:23:37.010936+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>b62a4f6a-2a91-432d-83db-ad1d805bbaf6</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>8c7b2534-3aaf-4120-828f-e2a78d2195a5</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2f174d4a-78f3-463d-a250-58a7b6475501</d2p1:guid>
<d2p1:guid>082e90d6-a37e-4805-b82d-451ed6b1f2cd</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": "a9ff2c79-9c95-4520-936c-124df1e814d7",
"ClubId": "b6393417-48e9-4236-b65a-bf19825c6b60",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "09c8a4df-b44b-44e9-82c5-6408e5a462b0",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"e2b16d22-3b8b-455b-a41a-11805783d78b",
"665ec315-aedc-4110-b51f-32438e5f2653"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-08-11T16:23:37.010936+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "a9ff2c79-9c95-4520-936c-124df1e814d7",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"a9ff2c79-9c95-4520-936c-124df1e814d7","ClubId":"b6393417-48e9-4236-b65a-bf19825c6b60","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"09c8a4df-b44b-44e9-82c5-6408e5a462b0","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["e2b16d22-3b8b-455b-a41a-11805783d78b","665ec315-aedc-4110-b51f-32438e5f2653"],"AccountState":7,"LastPasswordChangeOn":"2026-08-11T16:23:37.010936+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"a9ff2c79-9c95-4520-936c-124df1e814d7","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">a9ff2c79-9c95-4520-936c-124df1e814d7</Id>
<AccountState>7</AccountState>
<ClubId>b6393417-48e9-4236-b65a-bf19825c6b60</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-08-11T16:23:37.010936+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>09c8a4df-b44b-44e9-82c5-6408e5a462b0</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>a9ff2c79-9c95-4520-936c-124df1e814d7</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e2b16d22-3b8b-455b-a41a-11805783d78b</d2p1:guid>
<d2p1:guid>665ec315-aedc-4110-b51f-32438e5f2653</d2p1:guid>
</UserRoleIds>
</UserDetails>