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": "c4bd0bbd-e75a-4185-b600-bf3d4d05165d",
"ClubId": "5d20ebb5-6d4c-48b8-ac5e-ba1c8137b166",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "29a01807-80e5-4025-8b72-7b01171e4dfa",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"8350a684-6a88-4696-86f9-3c6f33efc123",
"5bf7bb69-a65a-4451-9409-3e6beb6e50fc"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-06-16T08:34:18.8565899+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "c4bd0bbd-e75a-4185-b600-bf3d4d05165d",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"c4bd0bbd-e75a-4185-b600-bf3d4d05165d","ClubId":"5d20ebb5-6d4c-48b8-ac5e-ba1c8137b166","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"29a01807-80e5-4025-8b72-7b01171e4dfa","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["8350a684-6a88-4696-86f9-3c6f33efc123","5bf7bb69-a65a-4451-9409-3e6beb6e50fc"],"AccountState":7,"LastPasswordChangeOn":"2026-06-16T08:34:18.8565899+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"c4bd0bbd-e75a-4185-b600-bf3d4d05165d","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">c4bd0bbd-e75a-4185-b600-bf3d4d05165d</Id>
<AccountState>7</AccountState>
<ClubId>5d20ebb5-6d4c-48b8-ac5e-ba1c8137b166</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-06-16T08:34:18.8565899+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>29a01807-80e5-4025-8b72-7b01171e4dfa</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>c4bd0bbd-e75a-4185-b600-bf3d4d05165d</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8350a684-6a88-4696-86f9-3c6f33efc123</d2p1:guid>
<d2p1:guid>5bf7bb69-a65a-4451-9409-3e6beb6e50fc</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": "b8493127-bb04-499b-83b2-84c4f9aa58ca",
"ClubId": "64e14cae-3945-404a-8f28-5a45b4fb92ae",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "0571e405-ea43-4f20-8ff5-c035d8c7bbd1",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"8936e66d-b989-4021-bce0-c03006a5392a",
"def736e8-6a1c-423f-8ae1-b18141cb00ba"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-06-16T08:34:18.8565899+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "b8493127-bb04-499b-83b2-84c4f9aa58ca",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"b8493127-bb04-499b-83b2-84c4f9aa58ca","ClubId":"64e14cae-3945-404a-8f28-5a45b4fb92ae","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"0571e405-ea43-4f20-8ff5-c035d8c7bbd1","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["8936e66d-b989-4021-bce0-c03006a5392a","def736e8-6a1c-423f-8ae1-b18141cb00ba"],"AccountState":7,"LastPasswordChangeOn":"2026-06-16T08:34:18.8565899+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"b8493127-bb04-499b-83b2-84c4f9aa58ca","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">b8493127-bb04-499b-83b2-84c4f9aa58ca</Id>
<AccountState>7</AccountState>
<ClubId>64e14cae-3945-404a-8f28-5a45b4fb92ae</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-06-16T08:34:18.8565899+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>0571e405-ea43-4f20-8ff5-c035d8c7bbd1</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>b8493127-bb04-499b-83b2-84c4f9aa58ca</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8936e66d-b989-4021-bce0-c03006a5392a</d2p1:guid>
<d2p1:guid>def736e8-6a1c-423f-8ae1-b18141cb00ba</d2p1:guid>
</UserRoleIds>
</UserDetails>