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": "a1bc3bf5-3396-4781-a30a-2bc3893d7a49",
"ClubId": "2c3ecc8c-fe0b-477a-8189-21fb9df12d4e",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "e423a038-55a5-422e-876c-24b6310811b1",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"98e96f45-8f0b-4285-8647-ccefdf8c84e7",
"5d4fca60-de4b-4924-a271-3c3e80cf6dd2"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-07-22T22:28:27.3934661+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "a1bc3bf5-3396-4781-a30a-2bc3893d7a49",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"a1bc3bf5-3396-4781-a30a-2bc3893d7a49","ClubId":"2c3ecc8c-fe0b-477a-8189-21fb9df12d4e","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"e423a038-55a5-422e-876c-24b6310811b1","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["98e96f45-8f0b-4285-8647-ccefdf8c84e7","5d4fca60-de4b-4924-a271-3c3e80cf6dd2"],"AccountState":7,"LastPasswordChangeOn":"2026-07-22T22:28:27.3934661+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"a1bc3bf5-3396-4781-a30a-2bc3893d7a49","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">a1bc3bf5-3396-4781-a30a-2bc3893d7a49</Id>
<AccountState>7</AccountState>
<ClubId>2c3ecc8c-fe0b-477a-8189-21fb9df12d4e</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-07-22T22:28:27.3934661+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>e423a038-55a5-422e-876c-24b6310811b1</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>a1bc3bf5-3396-4781-a30a-2bc3893d7a49</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>98e96f45-8f0b-4285-8647-ccefdf8c84e7</d2p1:guid>
<d2p1:guid>5d4fca60-de4b-4924-a271-3c3e80cf6dd2</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": "d2e2884b-7188-47a7-8f5a-6463480f794a",
"ClubId": "cb4bd096-0b7f-4bb0-9747-7194d8af1f2e",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "8f5ac88a-de9a-43d9-a91d-100e8501318a",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"d8fe64d1-37c8-46ea-b7a0-defbaa0a02f5",
"82b285b8-dfd3-4938-b26c-691f0b68e794"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-07-22T22:28:27.5340907+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "d2e2884b-7188-47a7-8f5a-6463480f794a",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"d2e2884b-7188-47a7-8f5a-6463480f794a","ClubId":"cb4bd096-0b7f-4bb0-9747-7194d8af1f2e","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"8f5ac88a-de9a-43d9-a91d-100e8501318a","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["d8fe64d1-37c8-46ea-b7a0-defbaa0a02f5","82b285b8-dfd3-4938-b26c-691f0b68e794"],"AccountState":7,"LastPasswordChangeOn":"2026-07-22T22:28:27.5340907+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"d2e2884b-7188-47a7-8f5a-6463480f794a","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">d2e2884b-7188-47a7-8f5a-6463480f794a</Id>
<AccountState>7</AccountState>
<ClubId>cb4bd096-0b7f-4bb0-9747-7194d8af1f2e</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-07-22T22:28:27.5340907+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>8f5ac88a-de9a-43d9-a91d-100e8501318a</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>d2e2884b-7188-47a7-8f5a-6463480f794a</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d8fe64d1-37c8-46ea-b7a0-defbaa0a02f5</d2p1:guid>
<d2p1:guid>82b285b8-dfd3-4938-b26c-691f0b68e794</d2p1:guid>
</UserRoleIds>
</UserDetails>