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": "aedd15db-c7a6-4337-9053-ee4145bb55aa",
"ClubId": "8e290e99-b267-430c-a98d-9f61a5a99cad",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "5ea5138f-67a3-4204-a562-40a0f483fc02",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"02ae20ad-c15d-4e1c-b9f6-96c36d633cda",
"ac7d434e-18ee-4e64-8f0c-f577e3d822f8"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-03T00:21:28.443023+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "aedd15db-c7a6-4337-9053-ee4145bb55aa",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"aedd15db-c7a6-4337-9053-ee4145bb55aa","ClubId":"8e290e99-b267-430c-a98d-9f61a5a99cad","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"5ea5138f-67a3-4204-a562-40a0f483fc02","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["02ae20ad-c15d-4e1c-b9f6-96c36d633cda","ac7d434e-18ee-4e64-8f0c-f577e3d822f8"],"AccountState":7,"LastPasswordChangeOn":"2026-05-03T00:21:28.443023+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"aedd15db-c7a6-4337-9053-ee4145bb55aa","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">aedd15db-c7a6-4337-9053-ee4145bb55aa</Id>
<AccountState>7</AccountState>
<ClubId>8e290e99-b267-430c-a98d-9f61a5a99cad</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-03T00:21:28.443023+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>5ea5138f-67a3-4204-a562-40a0f483fc02</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>aedd15db-c7a6-4337-9053-ee4145bb55aa</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>02ae20ad-c15d-4e1c-b9f6-96c36d633cda</d2p1:guid>
<d2p1:guid>ac7d434e-18ee-4e64-8f0c-f577e3d822f8</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": "aabb6222-877c-48c4-9695-ea295bab5eef",
"ClubId": "84e09837-4930-41bb-affb-d0e288831868",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "c3e126b5-53ac-48c3-98af-617beb7c3aae",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"a29bc81b-e3a8-4cb9-a058-a1382a5f8fb1",
"8a83eb7f-588f-422e-bba4-df1df41601c5"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-03T00:21:28.443023+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "aabb6222-877c-48c4-9695-ea295bab5eef",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"aabb6222-877c-48c4-9695-ea295bab5eef","ClubId":"84e09837-4930-41bb-affb-d0e288831868","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"c3e126b5-53ac-48c3-98af-617beb7c3aae","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["a29bc81b-e3a8-4cb9-a058-a1382a5f8fb1","8a83eb7f-588f-422e-bba4-df1df41601c5"],"AccountState":7,"LastPasswordChangeOn":"2026-05-03T00:21:28.443023+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"aabb6222-877c-48c4-9695-ea295bab5eef","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">aabb6222-877c-48c4-9695-ea295bab5eef</Id>
<AccountState>7</AccountState>
<ClubId>84e09837-4930-41bb-affb-d0e288831868</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-03T00:21:28.443023+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>c3e126b5-53ac-48c3-98af-617beb7c3aae</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>aabb6222-877c-48c4-9695-ea295bab5eef</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a29bc81b-e3a8-4cb9-a058-a1382a5f8fb1</d2p1:guid>
<d2p1:guid>8a83eb7f-588f-422e-bba4-df1df41601c5</d2p1:guid>
</UserRoleIds>
</UserDetails>