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": "f237ae73-faf8-4bc2-be07-660749a37b55",
"ClubId": "a80d55a1-7291-4c91-90e5-2d7bd0594278",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "99ce78f5-c388-4588-9dea-34f9b8ca36df",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"0ebbc06a-777d-4643-aa3c-0a4ab9160cfa",
"d34148d2-e58e-4776-bad3-7b3e34f8517a"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-18T00:00:05.823744+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "f237ae73-faf8-4bc2-be07-660749a37b55",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"f237ae73-faf8-4bc2-be07-660749a37b55","ClubId":"a80d55a1-7291-4c91-90e5-2d7bd0594278","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"99ce78f5-c388-4588-9dea-34f9b8ca36df","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["0ebbc06a-777d-4643-aa3c-0a4ab9160cfa","d34148d2-e58e-4776-bad3-7b3e34f8517a"],"AccountState":7,"LastPasswordChangeOn":"2026-05-18T00:00:05.823744+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"f237ae73-faf8-4bc2-be07-660749a37b55","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">f237ae73-faf8-4bc2-be07-660749a37b55</Id>
<AccountState>7</AccountState>
<ClubId>a80d55a1-7291-4c91-90e5-2d7bd0594278</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-18T00:00:05.823744+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>99ce78f5-c388-4588-9dea-34f9b8ca36df</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>f237ae73-faf8-4bc2-be07-660749a37b55</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0ebbc06a-777d-4643-aa3c-0a4ab9160cfa</d2p1:guid>
<d2p1:guid>d34148d2-e58e-4776-bad3-7b3e34f8517a</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": "23bf0d82-547b-4ca0-a4a1-e85075cc3fce",
"ClubId": "a1fbdb36-b7f8-45aa-850d-6b819d3ac515",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "014641ea-d69b-479b-8eb1-fa0430c1fdb1",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"0ecad9bc-793c-419d-b50b-045aa3a990cc",
"689d85c7-3707-44dc-baea-a83385ca93f0"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-18T00:00:05.823744+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "23bf0d82-547b-4ca0-a4a1-e85075cc3fce",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"23bf0d82-547b-4ca0-a4a1-e85075cc3fce","ClubId":"a1fbdb36-b7f8-45aa-850d-6b819d3ac515","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"014641ea-d69b-479b-8eb1-fa0430c1fdb1","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["0ecad9bc-793c-419d-b50b-045aa3a990cc","689d85c7-3707-44dc-baea-a83385ca93f0"],"AccountState":7,"LastPasswordChangeOn":"2026-05-18T00:00:05.823744+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"23bf0d82-547b-4ca0-a4a1-e85075cc3fce","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">23bf0d82-547b-4ca0-a4a1-e85075cc3fce</Id>
<AccountState>7</AccountState>
<ClubId>a1fbdb36-b7f8-45aa-850d-6b819d3ac515</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-18T00:00:05.823744+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>014641ea-d69b-479b-8eb1-fa0430c1fdb1</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>23bf0d82-547b-4ca0-a4a1-e85075cc3fce</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0ecad9bc-793c-419d-b50b-045aa3a990cc</d2p1:guid>
<d2p1:guid>689d85c7-3707-44dc-baea-a83385ca93f0</d2p1:guid>
</UserRoleIds>
</UserDetails>