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": "77cb5ccc-96fe-4d22-ac0e-9f38f99c0496",
"ClubId": "3e824d34-51fa-4409-bd5d-84421669cd75",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "63baddb8-75cf-459b-8367-7a8c673e64ec",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"a171e2bb-f793-4fab-afb0-09ea61d7bfbc",
"0542933c-e8c1-4a51-b193-25259c72469c"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-02T03:47:40.610083+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "77cb5ccc-96fe-4d22-ac0e-9f38f99c0496",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"77cb5ccc-96fe-4d22-ac0e-9f38f99c0496","ClubId":"3e824d34-51fa-4409-bd5d-84421669cd75","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"63baddb8-75cf-459b-8367-7a8c673e64ec","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["a171e2bb-f793-4fab-afb0-09ea61d7bfbc","0542933c-e8c1-4a51-b193-25259c72469c"],"AccountState":7,"LastPasswordChangeOn":"2026-04-02T03:47:40.610083+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"77cb5ccc-96fe-4d22-ac0e-9f38f99c0496","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">77cb5ccc-96fe-4d22-ac0e-9f38f99c0496</Id>
<AccountState>7</AccountState>
<ClubId>3e824d34-51fa-4409-bd5d-84421669cd75</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-02T03:47:40.610083+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>63baddb8-75cf-459b-8367-7a8c673e64ec</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>77cb5ccc-96fe-4d22-ac0e-9f38f99c0496</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a171e2bb-f793-4fab-afb0-09ea61d7bfbc</d2p1:guid>
<d2p1:guid>0542933c-e8c1-4a51-b193-25259c72469c</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": "b422b325-4522-418a-9dec-608ca1bda68b",
"ClubId": "67fa52c2-d5d0-45ad-b4c7-96e38fccbeb6",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "81cfdb17-62fe-42b1-acfd-893ec5933cc9",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"f6f5797a-8430-4b23-8b93-b3f496190e67",
"af5f6f2d-dd05-48ac-b8e1-c6e55337acfd"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-02T03:47:40.610083+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "b422b325-4522-418a-9dec-608ca1bda68b",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"b422b325-4522-418a-9dec-608ca1bda68b","ClubId":"67fa52c2-d5d0-45ad-b4c7-96e38fccbeb6","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"81cfdb17-62fe-42b1-acfd-893ec5933cc9","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["f6f5797a-8430-4b23-8b93-b3f496190e67","af5f6f2d-dd05-48ac-b8e1-c6e55337acfd"],"AccountState":7,"LastPasswordChangeOn":"2026-04-02T03:47:40.610083+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"b422b325-4522-418a-9dec-608ca1bda68b","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">b422b325-4522-418a-9dec-608ca1bda68b</Id>
<AccountState>7</AccountState>
<ClubId>67fa52c2-d5d0-45ad-b4c7-96e38fccbeb6</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-02T03:47:40.610083+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>81cfdb17-62fe-42b1-acfd-893ec5933cc9</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>b422b325-4522-418a-9dec-608ca1bda68b</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f6f5797a-8430-4b23-8b93-b3f496190e67</d2p1:guid>
<d2p1:guid>af5f6f2d-dd05-48ac-b8e1-c6e55337acfd</d2p1:guid>
</UserRoleIds>
</UserDetails>