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": "fb37f151-d883-4528-a756-4b56451e0962",
"ClubId": "c165d0c4-8e2b-4879-8304-5f764174fc5a",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "20bb916d-bde4-4dad-a16d-b250e73347c9",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"bd48b275-300e-447b-a0fd-1ad0f7010c1e",
"435b1df5-d358-4cbc-a696-ae959f0b3646"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-02-22T17:16:15.8369452+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "fb37f151-d883-4528-a756-4b56451e0962",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"fb37f151-d883-4528-a756-4b56451e0962","ClubId":"c165d0c4-8e2b-4879-8304-5f764174fc5a","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"20bb916d-bde4-4dad-a16d-b250e73347c9","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["bd48b275-300e-447b-a0fd-1ad0f7010c1e","435b1df5-d358-4cbc-a696-ae959f0b3646"],"AccountState":7,"LastPasswordChangeOn":"2026-02-22T17:16:15.8369452+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"fb37f151-d883-4528-a756-4b56451e0962","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">fb37f151-d883-4528-a756-4b56451e0962</Id>
<AccountState>7</AccountState>
<ClubId>c165d0c4-8e2b-4879-8304-5f764174fc5a</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-02-22T17:16:15.8369452+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>20bb916d-bde4-4dad-a16d-b250e73347c9</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>fb37f151-d883-4528-a756-4b56451e0962</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>bd48b275-300e-447b-a0fd-1ad0f7010c1e</d2p1:guid>
<d2p1:guid>435b1df5-d358-4cbc-a696-ae959f0b3646</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": "07e92aa0-6de5-4e2e-9f60-8648c2eeea03",
"ClubId": "13fb289d-cffd-442c-9abf-e280ea18d3ca",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "037ca236-8474-4c9c-ad32-1e8e3153f29e",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"b6259f7c-66ad-4481-88b4-cb8f4d307e5e",
"3b83706f-5395-40b5-98cc-b4a8914ccb7b"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-02-22T17:16:15.8369452+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "07e92aa0-6de5-4e2e-9f60-8648c2eeea03",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"07e92aa0-6de5-4e2e-9f60-8648c2eeea03","ClubId":"13fb289d-cffd-442c-9abf-e280ea18d3ca","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"037ca236-8474-4c9c-ad32-1e8e3153f29e","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["b6259f7c-66ad-4481-88b4-cb8f4d307e5e","3b83706f-5395-40b5-98cc-b4a8914ccb7b"],"AccountState":7,"LastPasswordChangeOn":"2026-02-22T17:16:15.8369452+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"07e92aa0-6de5-4e2e-9f60-8648c2eeea03","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">07e92aa0-6de5-4e2e-9f60-8648c2eeea03</Id>
<AccountState>7</AccountState>
<ClubId>13fb289d-cffd-442c-9abf-e280ea18d3ca</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-02-22T17:16:15.8369452+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>037ca236-8474-4c9c-ad32-1e8e3153f29e</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>07e92aa0-6de5-4e2e-9f60-8648c2eeea03</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b6259f7c-66ad-4481-88b4-cb8f4d307e5e</d2p1:guid>
<d2p1:guid>3b83706f-5395-40b5-98cc-b4a8914ccb7b</d2p1:guid>
</UserRoleIds>
</UserDetails>