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": "00f302a5-df36-489b-8e19-5dd413be070e",
"ClubId": "5ae6dfaf-0e93-433d-bcfa-54354394a472",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "c98ecc30-88a3-400f-aed2-ea6f80007298",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"507ab715-a9cf-4e08-bf09-0e9a3a0e9d06",
"86b0b67e-18d1-4423-87b2-984cd3875357"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-08-01T01:51:45.8541977+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "00f302a5-df36-489b-8e19-5dd413be070e",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"00f302a5-df36-489b-8e19-5dd413be070e","ClubId":"5ae6dfaf-0e93-433d-bcfa-54354394a472","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"c98ecc30-88a3-400f-aed2-ea6f80007298","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["507ab715-a9cf-4e08-bf09-0e9a3a0e9d06","86b0b67e-18d1-4423-87b2-984cd3875357"],"AccountState":7,"LastPasswordChangeOn":"2026-08-01T01:51:45.8541977+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"00f302a5-df36-489b-8e19-5dd413be070e","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">00f302a5-df36-489b-8e19-5dd413be070e</Id>
<AccountState>7</AccountState>
<ClubId>5ae6dfaf-0e93-433d-bcfa-54354394a472</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-08-01T01:51:45.8541977+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>c98ecc30-88a3-400f-aed2-ea6f80007298</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>00f302a5-df36-489b-8e19-5dd413be070e</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>507ab715-a9cf-4e08-bf09-0e9a3a0e9d06</d2p1:guid>
<d2p1:guid>86b0b67e-18d1-4423-87b2-984cd3875357</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": "b73652fc-eedb-44a5-9bff-dab64fe33669",
"ClubId": "d7eda3e6-c258-4fc9-9689-f9b6c2250231",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "4734b94c-b9ba-4ec0-96cd-4f17d1773a7d",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"c1b11d25-30fa-4a65-be77-2dbad147c72c",
"6eb4444d-999c-4dea-b222-5ca034b59770"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-08-01T01:51:46.2760668+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "b73652fc-eedb-44a5-9bff-dab64fe33669",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"b73652fc-eedb-44a5-9bff-dab64fe33669","ClubId":"d7eda3e6-c258-4fc9-9689-f9b6c2250231","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"4734b94c-b9ba-4ec0-96cd-4f17d1773a7d","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["c1b11d25-30fa-4a65-be77-2dbad147c72c","6eb4444d-999c-4dea-b222-5ca034b59770"],"AccountState":7,"LastPasswordChangeOn":"2026-08-01T01:51:46.2760668+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"b73652fc-eedb-44a5-9bff-dab64fe33669","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">b73652fc-eedb-44a5-9bff-dab64fe33669</Id>
<AccountState>7</AccountState>
<ClubId>d7eda3e6-c258-4fc9-9689-f9b6c2250231</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-08-01T01:51:46.2760668+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>4734b94c-b9ba-4ec0-96cd-4f17d1773a7d</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>b73652fc-eedb-44a5-9bff-dab64fe33669</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c1b11d25-30fa-4a65-be77-2dbad147c72c</d2p1:guid>
<d2p1:guid>6eb4444d-999c-4dea-b222-5ca034b59770</d2p1:guid>
</UserRoleIds>
</UserDetails>