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": "7a963512-bdce-44c9-a965-8cf809ac0242",
"ClubId": "f14d931b-599f-43e7-9724-a12ac52e2748",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "4d26f77d-502f-4ff3-ac7a-dc9292d9fb09",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"5e889a5f-43ac-4252-b92d-a9af67f30290",
"9addc398-7612-42bb-97ed-6edb1b2377da"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-01-11T08:34:14.7004974+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "7a963512-bdce-44c9-a965-8cf809ac0242",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"7a963512-bdce-44c9-a965-8cf809ac0242","ClubId":"f14d931b-599f-43e7-9724-a12ac52e2748","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"4d26f77d-502f-4ff3-ac7a-dc9292d9fb09","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["5e889a5f-43ac-4252-b92d-a9af67f30290","9addc398-7612-42bb-97ed-6edb1b2377da"],"AccountState":7,"LastPasswordChangeOn":"2026-01-11T08:34:14.7004974+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"7a963512-bdce-44c9-a965-8cf809ac0242","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">7a963512-bdce-44c9-a965-8cf809ac0242</Id>
<AccountState>7</AccountState>
<ClubId>f14d931b-599f-43e7-9724-a12ac52e2748</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-01-11T08:34:14.7004974+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>4d26f77d-502f-4ff3-ac7a-dc9292d9fb09</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>7a963512-bdce-44c9-a965-8cf809ac0242</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5e889a5f-43ac-4252-b92d-a9af67f30290</d2p1:guid>
<d2p1:guid>9addc398-7612-42bb-97ed-6edb1b2377da</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": "38f7addd-929c-40b5-a085-89ab42c845ef",
"ClubId": "02906a98-c515-48d8-bc9a-458925641829",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "4d399a2f-c43d-4465-b506-05d09751840a",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"1e7aa7bb-e346-4722-a513-a9d3382809b4",
"3886a806-0955-4c39-9a2d-7f7e9b200116"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-01-11T08:34:14.7160828+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "38f7addd-929c-40b5-a085-89ab42c845ef",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"38f7addd-929c-40b5-a085-89ab42c845ef","ClubId":"02906a98-c515-48d8-bc9a-458925641829","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"4d399a2f-c43d-4465-b506-05d09751840a","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["1e7aa7bb-e346-4722-a513-a9d3382809b4","3886a806-0955-4c39-9a2d-7f7e9b200116"],"AccountState":7,"LastPasswordChangeOn":"2026-01-11T08:34:14.7160828+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"38f7addd-929c-40b5-a085-89ab42c845ef","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">38f7addd-929c-40b5-a085-89ab42c845ef</Id>
<AccountState>7</AccountState>
<ClubId>02906a98-c515-48d8-bc9a-458925641829</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-01-11T08:34:14.7160828+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>4d399a2f-c43d-4465-b506-05d09751840a</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>38f7addd-929c-40b5-a085-89ab42c845ef</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1e7aa7bb-e346-4722-a513-a9d3382809b4</d2p1:guid>
<d2p1:guid>3886a806-0955-4c39-9a2d-7f7e9b200116</d2p1:guid>
</UserRoleIds>
</UserDetails>