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": "366ff7d8-4c78-40be-ada2-bf51ba9416ea",
"ClubId": "a3def857-9c9c-460d-9f99-da1fe6e9fe8c",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "8f065a7e-9e59-49bf-8bf9-daa11e69c9c2",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"2e0cbe4e-9b6f-43f9-a475-67042001caba",
"be1e0c4b-3408-4f75-94f1-df140368e7c7"
],
"AccountState": 7,
"LastPasswordChangeOn": "2025-12-02T23:03:50.2819162+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "366ff7d8-4c78-40be-ada2-bf51ba9416ea",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"366ff7d8-4c78-40be-ada2-bf51ba9416ea","ClubId":"a3def857-9c9c-460d-9f99-da1fe6e9fe8c","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"8f065a7e-9e59-49bf-8bf9-daa11e69c9c2","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["2e0cbe4e-9b6f-43f9-a475-67042001caba","be1e0c4b-3408-4f75-94f1-df140368e7c7"],"AccountState":7,"LastPasswordChangeOn":"2025-12-02T23:03:50.2819162+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"366ff7d8-4c78-40be-ada2-bf51ba9416ea","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">366ff7d8-4c78-40be-ada2-bf51ba9416ea</Id>
<AccountState>7</AccountState>
<ClubId>a3def857-9c9c-460d-9f99-da1fe6e9fe8c</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2025-12-02T23:03:50.2819162+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>8f065a7e-9e59-49bf-8bf9-daa11e69c9c2</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>366ff7d8-4c78-40be-ada2-bf51ba9416ea</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2e0cbe4e-9b6f-43f9-a475-67042001caba</d2p1:guid>
<d2p1:guid>be1e0c4b-3408-4f75-94f1-df140368e7c7</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": "df0af9a4-4741-4465-8fd2-dfa4a29a4927",
"ClubId": "be0b43e5-66fa-4fb4-9204-66b5fba053a4",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "d4bb2a08-cfd3-4300-be35-6a3e03f1f45d",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"38ee8fe1-c4ea-4f00-b3f2-95e254445aef",
"40c24d7e-9e1e-4000-b36e-2957e1b52aef"
],
"AccountState": 7,
"LastPasswordChangeOn": "2025-12-02T23:03:50.297534+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "df0af9a4-4741-4465-8fd2-dfa4a29a4927",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"df0af9a4-4741-4465-8fd2-dfa4a29a4927","ClubId":"be0b43e5-66fa-4fb4-9204-66b5fba053a4","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"d4bb2a08-cfd3-4300-be35-6a3e03f1f45d","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["38ee8fe1-c4ea-4f00-b3f2-95e254445aef","40c24d7e-9e1e-4000-b36e-2957e1b52aef"],"AccountState":7,"LastPasswordChangeOn":"2025-12-02T23:03:50.297534+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"df0af9a4-4741-4465-8fd2-dfa4a29a4927","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">df0af9a4-4741-4465-8fd2-dfa4a29a4927</Id>
<AccountState>7</AccountState>
<ClubId>be0b43e5-66fa-4fb4-9204-66b5fba053a4</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2025-12-02T23:03:50.297534+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>d4bb2a08-cfd3-4300-be35-6a3e03f1f45d</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>df0af9a4-4741-4465-8fd2-dfa4a29a4927</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>38ee8fe1-c4ea-4f00-b3f2-95e254445aef</d2p1:guid>
<d2p1:guid>40c24d7e-9e1e-4000-b36e-2957e1b52aef</d2p1:guid>
</UserRoleIds>
</UserDetails>