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": "62b6ee27-d989-4da1-bf15-32b0d940bbf1",
"ClubId": "f3dd85f9-e182-45be-bc1e-62bac415485d",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "f0cfd467-5b6c-4ce0-8ea4-30088382610c",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"fc51dce8-1e26-46af-8933-9c425c454de8",
"51648850-25fb-4e2e-91e6-4c2882765f51"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-02-12T17:07:00.6149326+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "62b6ee27-d989-4da1-bf15-32b0d940bbf1",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"62b6ee27-d989-4da1-bf15-32b0d940bbf1","ClubId":"f3dd85f9-e182-45be-bc1e-62bac415485d","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"f0cfd467-5b6c-4ce0-8ea4-30088382610c","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["fc51dce8-1e26-46af-8933-9c425c454de8","51648850-25fb-4e2e-91e6-4c2882765f51"],"AccountState":7,"LastPasswordChangeOn":"2026-02-12T17:07:00.6149326+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"62b6ee27-d989-4da1-bf15-32b0d940bbf1","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">62b6ee27-d989-4da1-bf15-32b0d940bbf1</Id>
<AccountState>7</AccountState>
<ClubId>f3dd85f9-e182-45be-bc1e-62bac415485d</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-02-12T17:07:00.6149326+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>f0cfd467-5b6c-4ce0-8ea4-30088382610c</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>62b6ee27-d989-4da1-bf15-32b0d940bbf1</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>fc51dce8-1e26-46af-8933-9c425c454de8</d2p1:guid>
<d2p1:guid>51648850-25fb-4e2e-91e6-4c2882765f51</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": "42a9d070-e0b4-4330-84e5-e147113fce00",
"ClubId": "70cd5937-a3a3-4e6d-8f5f-eac1cfd2c86a",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "6dd4eb7a-e7fd-4571-bfeb-90c7cf470af1",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"19c38f04-f1d9-44f6-871e-33f35cf88d10",
"82c070ef-54f7-41c5-9ff0-a29149d0bb7a"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-02-12T17:07:00.6305154+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "42a9d070-e0b4-4330-84e5-e147113fce00",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"42a9d070-e0b4-4330-84e5-e147113fce00","ClubId":"70cd5937-a3a3-4e6d-8f5f-eac1cfd2c86a","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"6dd4eb7a-e7fd-4571-bfeb-90c7cf470af1","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["19c38f04-f1d9-44f6-871e-33f35cf88d10","82c070ef-54f7-41c5-9ff0-a29149d0bb7a"],"AccountState":7,"LastPasswordChangeOn":"2026-02-12T17:07:00.6305154+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"42a9d070-e0b4-4330-84e5-e147113fce00","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">42a9d070-e0b4-4330-84e5-e147113fce00</Id>
<AccountState>7</AccountState>
<ClubId>70cd5937-a3a3-4e6d-8f5f-eac1cfd2c86a</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-02-12T17:07:00.6305154+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>6dd4eb7a-e7fd-4571-bfeb-90c7cf470af1</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>42a9d070-e0b4-4330-84e5-e147113fce00</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>19c38f04-f1d9-44f6-871e-33f35cf88d10</d2p1:guid>
<d2p1:guid>82c070ef-54f7-41c5-9ff0-a29149d0bb7a</d2p1:guid>
</UserRoleIds>
</UserDetails>