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": "6f7d9742-2b9a-4ac4-94a5-6e1d6c277796",
"ClubId": "4ea69836-619d-4b03-bc4e-621601a088f6",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "8a5b905c-eaa8-45e5-9f59-0ac4a726c2ba",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"24240e1d-1ee6-48dc-a78b-5bad8b2940ed",
"8aa3681c-18e6-4589-b400-df78ae5af0ff"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-03-15T21:50:48.8346274+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "6f7d9742-2b9a-4ac4-94a5-6e1d6c277796",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"6f7d9742-2b9a-4ac4-94a5-6e1d6c277796","ClubId":"4ea69836-619d-4b03-bc4e-621601a088f6","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"8a5b905c-eaa8-45e5-9f59-0ac4a726c2ba","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["24240e1d-1ee6-48dc-a78b-5bad8b2940ed","8aa3681c-18e6-4589-b400-df78ae5af0ff"],"AccountState":7,"LastPasswordChangeOn":"2026-03-15T21:50:48.8346274+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"6f7d9742-2b9a-4ac4-94a5-6e1d6c277796","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">6f7d9742-2b9a-4ac4-94a5-6e1d6c277796</Id>
<AccountState>7</AccountState>
<ClubId>4ea69836-619d-4b03-bc4e-621601a088f6</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-03-15T21:50:48.8346274+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>8a5b905c-eaa8-45e5-9f59-0ac4a726c2ba</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>6f7d9742-2b9a-4ac4-94a5-6e1d6c277796</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>24240e1d-1ee6-48dc-a78b-5bad8b2940ed</d2p1:guid>
<d2p1:guid>8aa3681c-18e6-4589-b400-df78ae5af0ff</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": "2c794012-89bf-423e-90d2-d8f931eaae30",
"ClubId": "9162b5c2-0c93-4527-89e5-e590767b660b",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "6d40ea59-b543-4153-8e1e-cb6a8be9c55d",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"ff761de5-2f51-415c-9133-1735a0c35cfd",
"7f403a02-d000-4cb7-b3ed-c5758b76a449"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-03-15T21:50:48.8346274+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "2c794012-89bf-423e-90d2-d8f931eaae30",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"2c794012-89bf-423e-90d2-d8f931eaae30","ClubId":"9162b5c2-0c93-4527-89e5-e590767b660b","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"6d40ea59-b543-4153-8e1e-cb6a8be9c55d","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["ff761de5-2f51-415c-9133-1735a0c35cfd","7f403a02-d000-4cb7-b3ed-c5758b76a449"],"AccountState":7,"LastPasswordChangeOn":"2026-03-15T21:50:48.8346274+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"2c794012-89bf-423e-90d2-d8f931eaae30","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">2c794012-89bf-423e-90d2-d8f931eaae30</Id>
<AccountState>7</AccountState>
<ClubId>9162b5c2-0c93-4527-89e5-e590767b660b</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-03-15T21:50:48.8346274+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>6d40ea59-b543-4153-8e1e-cb6a8be9c55d</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>2c794012-89bf-423e-90d2-d8f931eaae30</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ff761de5-2f51-415c-9133-1735a0c35cfd</d2p1:guid>
<d2p1:guid>7f403a02-d000-4cb7-b3ed-c5758b76a449</d2p1:guid>
</UserRoleIds>
</UserDetails>