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": "e2c37531-775d-4380-af58-64789206ec67",
"ClubId": "1c14102c-376b-44fa-a89f-2b5bf146894e",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "91d008b8-fb49-4fc0-a528-c3b7d6977d0e",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"baabc924-0bc8-4cb0-a7f3-2cb5546f8b9f",
"2574c145-e468-4a20-a45e-e6ae8c69d0d0"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-28T00:49:27.135523+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "e2c37531-775d-4380-af58-64789206ec67",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"e2c37531-775d-4380-af58-64789206ec67","ClubId":"1c14102c-376b-44fa-a89f-2b5bf146894e","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"91d008b8-fb49-4fc0-a528-c3b7d6977d0e","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["baabc924-0bc8-4cb0-a7f3-2cb5546f8b9f","2574c145-e468-4a20-a45e-e6ae8c69d0d0"],"AccountState":7,"LastPasswordChangeOn":"2026-05-28T00:49:27.135523+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"e2c37531-775d-4380-af58-64789206ec67","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">e2c37531-775d-4380-af58-64789206ec67</Id>
<AccountState>7</AccountState>
<ClubId>1c14102c-376b-44fa-a89f-2b5bf146894e</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-28T00:49:27.135523+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>91d008b8-fb49-4fc0-a528-c3b7d6977d0e</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>e2c37531-775d-4380-af58-64789206ec67</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>baabc924-0bc8-4cb0-a7f3-2cb5546f8b9f</d2p1:guid>
<d2p1:guid>2574c145-e468-4a20-a45e-e6ae8c69d0d0</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": "3cd863a2-bc77-4551-88d0-99960e07d14e",
"ClubId": "7d65a8e2-5b5b-462f-9b9c-7f9c4fab46dc",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "64711605-04f8-4fdc-a7a3-3a4cdaec758a",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"e0469800-fcef-47a9-b3c8-09d8e99ca480",
"2c7c8699-592f-4e3a-8167-368cedaa1f14"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-28T00:49:27.2917737+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "3cd863a2-bc77-4551-88d0-99960e07d14e",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"3cd863a2-bc77-4551-88d0-99960e07d14e","ClubId":"7d65a8e2-5b5b-462f-9b9c-7f9c4fab46dc","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"64711605-04f8-4fdc-a7a3-3a4cdaec758a","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["e0469800-fcef-47a9-b3c8-09d8e99ca480","2c7c8699-592f-4e3a-8167-368cedaa1f14"],"AccountState":7,"LastPasswordChangeOn":"2026-05-28T00:49:27.2917737+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"3cd863a2-bc77-4551-88d0-99960e07d14e","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">3cd863a2-bc77-4551-88d0-99960e07d14e</Id>
<AccountState>7</AccountState>
<ClubId>7d65a8e2-5b5b-462f-9b9c-7f9c4fab46dc</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-28T00:49:27.2917737+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>64711605-04f8-4fdc-a7a3-3a4cdaec758a</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>3cd863a2-bc77-4551-88d0-99960e07d14e</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e0469800-fcef-47a9-b3c8-09d8e99ca480</d2p1:guid>
<d2p1:guid>2c7c8699-592f-4e3a-8167-368cedaa1f14</d2p1:guid>
</UserRoleIds>
</UserDetails>