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": "6a7a0d49-d7ad-4f9f-a928-729e01269cf4",
"ClubId": "9b2ab27a-87ac-4ba0-94c7-0124dd4bcaee",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "1a1e14cc-2990-40e3-9b05-cc53edb2e8a7",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"2648a1eb-eacc-4b2d-a641-b22fe66cf845",
"e0152167-4f45-4f16-8b2c-4f6963c1439e"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-29T00:56:52.5573987+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "6a7a0d49-d7ad-4f9f-a928-729e01269cf4",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"6a7a0d49-d7ad-4f9f-a928-729e01269cf4","ClubId":"9b2ab27a-87ac-4ba0-94c7-0124dd4bcaee","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"1a1e14cc-2990-40e3-9b05-cc53edb2e8a7","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["2648a1eb-eacc-4b2d-a641-b22fe66cf845","e0152167-4f45-4f16-8b2c-4f6963c1439e"],"AccountState":7,"LastPasswordChangeOn":"2026-05-29T00:56:52.5573987+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"6a7a0d49-d7ad-4f9f-a928-729e01269cf4","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">6a7a0d49-d7ad-4f9f-a928-729e01269cf4</Id>
<AccountState>7</AccountState>
<ClubId>9b2ab27a-87ac-4ba0-94c7-0124dd4bcaee</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-29T00:56:52.5573987+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>1a1e14cc-2990-40e3-9b05-cc53edb2e8a7</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>6a7a0d49-d7ad-4f9f-a928-729e01269cf4</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2648a1eb-eacc-4b2d-a641-b22fe66cf845</d2p1:guid>
<d2p1:guid>e0152167-4f45-4f16-8b2c-4f6963c1439e</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": "e2c9e27b-0705-4b71-a9d7-c5a2cfeca07f",
"ClubId": "cb97b035-f2df-4e47-883c-63446d405db0",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "17b8dce6-ae6b-43a8-b5ed-ed2a9fa98fa0",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"3ca3eebe-46ea-4176-a39e-41cc16bf716c",
"8768674d-28be-4afd-af81-ba85d67c8cd2"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-29T00:56:52.5573987+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "e2c9e27b-0705-4b71-a9d7-c5a2cfeca07f",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"e2c9e27b-0705-4b71-a9d7-c5a2cfeca07f","ClubId":"cb97b035-f2df-4e47-883c-63446d405db0","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"17b8dce6-ae6b-43a8-b5ed-ed2a9fa98fa0","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["3ca3eebe-46ea-4176-a39e-41cc16bf716c","8768674d-28be-4afd-af81-ba85d67c8cd2"],"AccountState":7,"LastPasswordChangeOn":"2026-05-29T00:56:52.5573987+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"e2c9e27b-0705-4b71-a9d7-c5a2cfeca07f","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">e2c9e27b-0705-4b71-a9d7-c5a2cfeca07f</Id>
<AccountState>7</AccountState>
<ClubId>cb97b035-f2df-4e47-883c-63446d405db0</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-29T00:56:52.5573987+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>17b8dce6-ae6b-43a8-b5ed-ed2a9fa98fa0</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>e2c9e27b-0705-4b71-a9d7-c5a2cfeca07f</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3ca3eebe-46ea-4176-a39e-41cc16bf716c</d2p1:guid>
<d2p1:guid>8768674d-28be-4afd-af81-ba85d67c8cd2</d2p1:guid>
</UserRoleIds>
</UserDetails>