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": "14e1b416-ffb8-4e32-b21f-263f232f3986",
"ClubId": "e1fc76e3-873b-4afc-b996-112d5ee096ab",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "f01d0bba-2e67-4437-83d7-e36232aa7056",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"e655e2f6-e75d-459e-b709-e029eeb3befb",
"4d1cf91f-9832-46a7-9268-800e44a27111"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-29T21:35:51.9273659+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "14e1b416-ffb8-4e32-b21f-263f232f3986",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"14e1b416-ffb8-4e32-b21f-263f232f3986","ClubId":"e1fc76e3-873b-4afc-b996-112d5ee096ab","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"f01d0bba-2e67-4437-83d7-e36232aa7056","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["e655e2f6-e75d-459e-b709-e029eeb3befb","4d1cf91f-9832-46a7-9268-800e44a27111"],"AccountState":7,"LastPasswordChangeOn":"2026-04-29T21:35:51.9273659+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"14e1b416-ffb8-4e32-b21f-263f232f3986","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">14e1b416-ffb8-4e32-b21f-263f232f3986</Id>
<AccountState>7</AccountState>
<ClubId>e1fc76e3-873b-4afc-b996-112d5ee096ab</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-29T21:35:51.9273659+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>f01d0bba-2e67-4437-83d7-e36232aa7056</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>14e1b416-ffb8-4e32-b21f-263f232f3986</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e655e2f6-e75d-459e-b709-e029eeb3befb</d2p1:guid>
<d2p1:guid>4d1cf91f-9832-46a7-9268-800e44a27111</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": "043c11d0-b4c9-4f32-a278-488811dfc803",
"ClubId": "2401dabf-383b-4aac-8dff-75e0bdbeb786",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "81cc7a30-bf4a-4010-90c4-88d60e6c8f08",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"19d2db51-1349-4208-859a-f8873cd9d38d",
"3d904a0a-60b7-4ea2-a63e-8f5aaf674952"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-29T21:35:51.9273659+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "043c11d0-b4c9-4f32-a278-488811dfc803",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"043c11d0-b4c9-4f32-a278-488811dfc803","ClubId":"2401dabf-383b-4aac-8dff-75e0bdbeb786","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"81cc7a30-bf4a-4010-90c4-88d60e6c8f08","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["19d2db51-1349-4208-859a-f8873cd9d38d","3d904a0a-60b7-4ea2-a63e-8f5aaf674952"],"AccountState":7,"LastPasswordChangeOn":"2026-04-29T21:35:51.9273659+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"043c11d0-b4c9-4f32-a278-488811dfc803","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">043c11d0-b4c9-4f32-a278-488811dfc803</Id>
<AccountState>7</AccountState>
<ClubId>2401dabf-383b-4aac-8dff-75e0bdbeb786</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-29T21:35:51.9273659+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>81cc7a30-bf4a-4010-90c4-88d60e6c8f08</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>043c11d0-b4c9-4f32-a278-488811dfc803</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>19d2db51-1349-4208-859a-f8873cd9d38d</d2p1:guid>
<d2p1:guid>3d904a0a-60b7-4ea2-a63e-8f5aaf674952</d2p1:guid>
</UserRoleIds>
</UserDetails>