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": "5e0d81a0-04e2-44ab-8b31-26bd51326d2d",
"ClubId": "c65ac792-4213-4b5c-ada0-f80addb74da8",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "c913f758-bfd3-41f8-8a66-f369127efbb2",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"de4255c3-7f6d-4037-ba48-1afe92dfc0c5",
"5d16623f-ec55-415c-ae67-7b73881be832"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-18T12:07:12.6819327+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "5e0d81a0-04e2-44ab-8b31-26bd51326d2d",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"5e0d81a0-04e2-44ab-8b31-26bd51326d2d","ClubId":"c65ac792-4213-4b5c-ada0-f80addb74da8","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"c913f758-bfd3-41f8-8a66-f369127efbb2","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["de4255c3-7f6d-4037-ba48-1afe92dfc0c5","5d16623f-ec55-415c-ae67-7b73881be832"],"AccountState":7,"LastPasswordChangeOn":"2026-05-18T12:07:12.6819327+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"5e0d81a0-04e2-44ab-8b31-26bd51326d2d","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">5e0d81a0-04e2-44ab-8b31-26bd51326d2d</Id>
<AccountState>7</AccountState>
<ClubId>c65ac792-4213-4b5c-ada0-f80addb74da8</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-18T12:07:12.6819327+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>c913f758-bfd3-41f8-8a66-f369127efbb2</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>5e0d81a0-04e2-44ab-8b31-26bd51326d2d</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>de4255c3-7f6d-4037-ba48-1afe92dfc0c5</d2p1:guid>
<d2p1:guid>5d16623f-ec55-415c-ae67-7b73881be832</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": "732d718a-43a1-4da0-bea6-769fe1caceac",
"ClubId": "fb652d15-7407-43b4-9eef-2db21ebda812",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "d7189079-801f-48cd-869d-0502ec59af27",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"49e9d214-d0ca-4c52-aa07-db6f069e0678",
"570c510d-1672-43f0-8d31-8ca4c403ad35"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-18T12:07:12.6819327+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "732d718a-43a1-4da0-bea6-769fe1caceac",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"732d718a-43a1-4da0-bea6-769fe1caceac","ClubId":"fb652d15-7407-43b4-9eef-2db21ebda812","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"d7189079-801f-48cd-869d-0502ec59af27","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["49e9d214-d0ca-4c52-aa07-db6f069e0678","570c510d-1672-43f0-8d31-8ca4c403ad35"],"AccountState":7,"LastPasswordChangeOn":"2026-05-18T12:07:12.6819327+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"732d718a-43a1-4da0-bea6-769fe1caceac","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">732d718a-43a1-4da0-bea6-769fe1caceac</Id>
<AccountState>7</AccountState>
<ClubId>fb652d15-7407-43b4-9eef-2db21ebda812</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-18T12:07:12.6819327+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>d7189079-801f-48cd-869d-0502ec59af27</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>732d718a-43a1-4da0-bea6-769fe1caceac</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>49e9d214-d0ca-4c52-aa07-db6f069e0678</d2p1:guid>
<d2p1:guid>570c510d-1672-43f0-8d31-8ca4c403ad35</d2p1:guid>
</UserRoleIds>
</UserDetails>