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": "25d035ab-0655-471e-ac02-d449f23fb86b",
"ClubId": "e7dbee6c-572b-45c8-a415-87bd2eda387f",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "4c078a3a-9b73-4f79-b56b-dcc32db7be52",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"91c40acc-ec28-40ff-9ea5-6dba7f205579",
"731128f0-477d-463e-93fa-a56836307517"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-26T01:33:35.4010446+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "25d035ab-0655-471e-ac02-d449f23fb86b",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"25d035ab-0655-471e-ac02-d449f23fb86b","ClubId":"e7dbee6c-572b-45c8-a415-87bd2eda387f","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"4c078a3a-9b73-4f79-b56b-dcc32db7be52","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["91c40acc-ec28-40ff-9ea5-6dba7f205579","731128f0-477d-463e-93fa-a56836307517"],"AccountState":7,"LastPasswordChangeOn":"2026-04-26T01:33:35.4010446+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"25d035ab-0655-471e-ac02-d449f23fb86b","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">25d035ab-0655-471e-ac02-d449f23fb86b</Id>
<AccountState>7</AccountState>
<ClubId>e7dbee6c-572b-45c8-a415-87bd2eda387f</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-26T01:33:35.4010446+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>4c078a3a-9b73-4f79-b56b-dcc32db7be52</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>25d035ab-0655-471e-ac02-d449f23fb86b</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>91c40acc-ec28-40ff-9ea5-6dba7f205579</d2p1:guid>
<d2p1:guid>731128f0-477d-463e-93fa-a56836307517</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": "fb8bdadf-0d53-4c33-9835-e643f6780cd4",
"ClubId": "8b3261d5-3b3e-4811-8195-a6a32d69da29",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "f20bf17c-caea-4cf1-9f2a-40c9087cc1c3",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"2a0f1792-7dbb-4db3-97fd-37da986e981d",
"084f2e3e-afbf-437d-85ad-970dcc183536"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-26T01:33:35.4166608+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "fb8bdadf-0d53-4c33-9835-e643f6780cd4",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"fb8bdadf-0d53-4c33-9835-e643f6780cd4","ClubId":"8b3261d5-3b3e-4811-8195-a6a32d69da29","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"f20bf17c-caea-4cf1-9f2a-40c9087cc1c3","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["2a0f1792-7dbb-4db3-97fd-37da986e981d","084f2e3e-afbf-437d-85ad-970dcc183536"],"AccountState":7,"LastPasswordChangeOn":"2026-04-26T01:33:35.4166608+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"fb8bdadf-0d53-4c33-9835-e643f6780cd4","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">fb8bdadf-0d53-4c33-9835-e643f6780cd4</Id>
<AccountState>7</AccountState>
<ClubId>8b3261d5-3b3e-4811-8195-a6a32d69da29</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-26T01:33:35.4166608+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>f20bf17c-caea-4cf1-9f2a-40c9087cc1c3</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>fb8bdadf-0d53-4c33-9835-e643f6780cd4</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2a0f1792-7dbb-4db3-97fd-37da986e981d</d2p1:guid>
<d2p1:guid>084f2e3e-afbf-437d-85ad-970dcc183536</d2p1:guid>
</UserRoleIds>
</UserDetails>