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": "93c822c2-e84d-42ff-9499-af3af849e140",
"ClubId": "c194fcbf-0e24-445d-b414-4880763d422e",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "9068a4d7-c389-4ce4-b475-87085e5f9c1b",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"5c0ae7cb-2151-4ae5-804e-84458ec5bef7",
"98aa4915-82aa-4f51-a376-7180e3af5cf2"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-27T00:46:19.8855255+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "93c822c2-e84d-42ff-9499-af3af849e140",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"93c822c2-e84d-42ff-9499-af3af849e140","ClubId":"c194fcbf-0e24-445d-b414-4880763d422e","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"9068a4d7-c389-4ce4-b475-87085e5f9c1b","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["5c0ae7cb-2151-4ae5-804e-84458ec5bef7","98aa4915-82aa-4f51-a376-7180e3af5cf2"],"AccountState":7,"LastPasswordChangeOn":"2026-05-27T00:46:19.8855255+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"93c822c2-e84d-42ff-9499-af3af849e140","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">93c822c2-e84d-42ff-9499-af3af849e140</Id>
<AccountState>7</AccountState>
<ClubId>c194fcbf-0e24-445d-b414-4880763d422e</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-27T00:46:19.8855255+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>9068a4d7-c389-4ce4-b475-87085e5f9c1b</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>93c822c2-e84d-42ff-9499-af3af849e140</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5c0ae7cb-2151-4ae5-804e-84458ec5bef7</d2p1:guid>
<d2p1:guid>98aa4915-82aa-4f51-a376-7180e3af5cf2</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": "a73c6305-7672-4662-967a-e623ec3aac8a",
"ClubId": "9cb6e743-cb47-4e2e-8663-ba4576451d0f",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "809dda77-0ed2-48b1-a251-e54c27f83c79",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"fd7c0bdd-6e02-4d74-a717-d37aaa09b6f1",
"fbb3053f-704f-4567-a9d1-e16bb71f1478"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-27T00:46:19.916772+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "a73c6305-7672-4662-967a-e623ec3aac8a",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"a73c6305-7672-4662-967a-e623ec3aac8a","ClubId":"9cb6e743-cb47-4e2e-8663-ba4576451d0f","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"809dda77-0ed2-48b1-a251-e54c27f83c79","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["fd7c0bdd-6e02-4d74-a717-d37aaa09b6f1","fbb3053f-704f-4567-a9d1-e16bb71f1478"],"AccountState":7,"LastPasswordChangeOn":"2026-05-27T00:46:19.916772+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"a73c6305-7672-4662-967a-e623ec3aac8a","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">a73c6305-7672-4662-967a-e623ec3aac8a</Id>
<AccountState>7</AccountState>
<ClubId>9cb6e743-cb47-4e2e-8663-ba4576451d0f</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-27T00:46:19.916772+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>809dda77-0ed2-48b1-a251-e54c27f83c79</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>a73c6305-7672-4662-967a-e623ec3aac8a</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>fd7c0bdd-6e02-4d74-a717-d37aaa09b6f1</d2p1:guid>
<d2p1:guid>fbb3053f-704f-4567-a9d1-e16bb71f1478</d2p1:guid>
</UserRoleIds>
</UserDetails>