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": "02126d7a-fcd4-43d1-b7dd-8c05caf724ba",
"ClubId": "ab465ff5-63a0-4029-bbd3-d5563f6788ed",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "0b7ed0e9-5362-4269-ae9c-8e17dc7c21be",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"e335e24a-e25a-4251-8d84-bb49f721cc94",
"e2212cb9-10f2-45dd-b12a-0f87a1ee8009"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-08-25T10:03:39.9746806+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "02126d7a-fcd4-43d1-b7dd-8c05caf724ba",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"02126d7a-fcd4-43d1-b7dd-8c05caf724ba","ClubId":"ab465ff5-63a0-4029-bbd3-d5563f6788ed","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"0b7ed0e9-5362-4269-ae9c-8e17dc7c21be","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["e335e24a-e25a-4251-8d84-bb49f721cc94","e2212cb9-10f2-45dd-b12a-0f87a1ee8009"],"AccountState":7,"LastPasswordChangeOn":"2026-08-25T10:03:39.9746806+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"02126d7a-fcd4-43d1-b7dd-8c05caf724ba","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">02126d7a-fcd4-43d1-b7dd-8c05caf724ba</Id>
<AccountState>7</AccountState>
<ClubId>ab465ff5-63a0-4029-bbd3-d5563f6788ed</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-08-25T10:03:39.9746806+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>0b7ed0e9-5362-4269-ae9c-8e17dc7c21be</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>02126d7a-fcd4-43d1-b7dd-8c05caf724ba</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e335e24a-e25a-4251-8d84-bb49f721cc94</d2p1:guid>
<d2p1:guid>e2212cb9-10f2-45dd-b12a-0f87a1ee8009</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": "06113c40-011c-4b06-bb7d-26e264eb0c0f",
"ClubId": "f7501bd4-f506-47ad-8f74-80e108d544e1",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "9e06c523-8ecf-44ec-816d-7f8c99099578",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"626d9b6e-5c2a-458c-ac57-d8122bb74af4",
"2aba4d6b-4458-432c-b9f6-4622e2780151"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-08-25T10:03:39.9903036+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "06113c40-011c-4b06-bb7d-26e264eb0c0f",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"06113c40-011c-4b06-bb7d-26e264eb0c0f","ClubId":"f7501bd4-f506-47ad-8f74-80e108d544e1","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"9e06c523-8ecf-44ec-816d-7f8c99099578","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["626d9b6e-5c2a-458c-ac57-d8122bb74af4","2aba4d6b-4458-432c-b9f6-4622e2780151"],"AccountState":7,"LastPasswordChangeOn":"2026-08-25T10:03:39.9903036+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"06113c40-011c-4b06-bb7d-26e264eb0c0f","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">06113c40-011c-4b06-bb7d-26e264eb0c0f</Id>
<AccountState>7</AccountState>
<ClubId>f7501bd4-f506-47ad-8f74-80e108d544e1</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-08-25T10:03:39.9903036+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>9e06c523-8ecf-44ec-816d-7f8c99099578</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>06113c40-011c-4b06-bb7d-26e264eb0c0f</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>626d9b6e-5c2a-458c-ac57-d8122bb74af4</d2p1:guid>
<d2p1:guid>2aba4d6b-4458-432c-b9f6-4622e2780151</d2p1:guid>
</UserRoleIds>
</UserDetails>