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": "7c2afa8b-df4e-4dea-896f-ebecb1964ffe",
"ClubId": "f85fdfee-4e7d-4bb0-b752-848f83b4bb90",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "1d7643cc-b837-4216-8a59-86bafaf62f95",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"760773d0-8851-42c8-935f-406d6174a6dc",
"4478d7d5-cc46-44da-b41a-2abd58abdb74"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-06-04T02:06:13.1451151+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "7c2afa8b-df4e-4dea-896f-ebecb1964ffe",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"7c2afa8b-df4e-4dea-896f-ebecb1964ffe","ClubId":"f85fdfee-4e7d-4bb0-b752-848f83b4bb90","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"1d7643cc-b837-4216-8a59-86bafaf62f95","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["760773d0-8851-42c8-935f-406d6174a6dc","4478d7d5-cc46-44da-b41a-2abd58abdb74"],"AccountState":7,"LastPasswordChangeOn":"2026-06-04T02:06:13.1451151+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"7c2afa8b-df4e-4dea-896f-ebecb1964ffe","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">7c2afa8b-df4e-4dea-896f-ebecb1964ffe</Id>
<AccountState>7</AccountState>
<ClubId>f85fdfee-4e7d-4bb0-b752-848f83b4bb90</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-06-04T02:06:13.1451151+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>1d7643cc-b837-4216-8a59-86bafaf62f95</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>7c2afa8b-df4e-4dea-896f-ebecb1964ffe</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>760773d0-8851-42c8-935f-406d6174a6dc</d2p1:guid>
<d2p1:guid>4478d7d5-cc46-44da-b41a-2abd58abdb74</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": "255719d9-7b42-42f5-a299-99211d1d126d",
"ClubId": "95bf5509-cd9d-4e5e-876a-1a873de41d51",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "308dfd5b-867d-442f-b511-e7fd6b5903cf",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"cb7c7d03-10d9-4df9-a23f-824b78fe894c",
"099b9cd2-e22e-401a-86f8-df2f30233840"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-06-04T02:06:13.1451151+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "255719d9-7b42-42f5-a299-99211d1d126d",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"255719d9-7b42-42f5-a299-99211d1d126d","ClubId":"95bf5509-cd9d-4e5e-876a-1a873de41d51","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"308dfd5b-867d-442f-b511-e7fd6b5903cf","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["cb7c7d03-10d9-4df9-a23f-824b78fe894c","099b9cd2-e22e-401a-86f8-df2f30233840"],"AccountState":7,"LastPasswordChangeOn":"2026-06-04T02:06:13.1451151+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"255719d9-7b42-42f5-a299-99211d1d126d","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">255719d9-7b42-42f5-a299-99211d1d126d</Id>
<AccountState>7</AccountState>
<ClubId>95bf5509-cd9d-4e5e-876a-1a873de41d51</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-06-04T02:06:13.1451151+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>308dfd5b-867d-442f-b511-e7fd6b5903cf</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>255719d9-7b42-42f5-a299-99211d1d126d</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>cb7c7d03-10d9-4df9-a23f-824b78fe894c</d2p1:guid>
<d2p1:guid>099b9cd2-e22e-401a-86f8-df2f30233840</d2p1:guid>
</UserRoleIds>
</UserDetails>