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": "6497a76c-df7a-40e5-897f-da413b15e998",
"ClubId": "6b81a98f-ea11-4f3b-88bb-e1f05a83d204",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "0c4266b2-048f-463f-8309-575fd1420629",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"6596b195-83a9-40ab-bca2-87d9ce8d5511",
"7c7f5378-88f6-4ef9-a184-7d0dfce7b5b3"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-01-02T09:15:11.5913655+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "6497a76c-df7a-40e5-897f-da413b15e998",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"6497a76c-df7a-40e5-897f-da413b15e998","ClubId":"6b81a98f-ea11-4f3b-88bb-e1f05a83d204","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"0c4266b2-048f-463f-8309-575fd1420629","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["6596b195-83a9-40ab-bca2-87d9ce8d5511","7c7f5378-88f6-4ef9-a184-7d0dfce7b5b3"],"AccountState":7,"LastPasswordChangeOn":"2026-01-02T09:15:11.5913655+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"6497a76c-df7a-40e5-897f-da413b15e998","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">6497a76c-df7a-40e5-897f-da413b15e998</Id>
<AccountState>7</AccountState>
<ClubId>6b81a98f-ea11-4f3b-88bb-e1f05a83d204</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-01-02T09:15:11.5913655+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>0c4266b2-048f-463f-8309-575fd1420629</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>6497a76c-df7a-40e5-897f-da413b15e998</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6596b195-83a9-40ab-bca2-87d9ce8d5511</d2p1:guid>
<d2p1:guid>7c7f5378-88f6-4ef9-a184-7d0dfce7b5b3</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": "23768a2b-3b0d-4cb7-b83d-6a1d1cce3782",
"ClubId": "86c2d2e2-d0d9-4e6f-8a09-1275979ecd1c",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "012e9a32-bf1b-476c-b3ec-d18ee00cf431",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"88cc553d-6704-4714-8296-c724a7511900",
"cc42a1fa-5e82-4db1-a6b9-3023c8440cdd"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-01-02T09:15:11.60699+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "23768a2b-3b0d-4cb7-b83d-6a1d1cce3782",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"23768a2b-3b0d-4cb7-b83d-6a1d1cce3782","ClubId":"86c2d2e2-d0d9-4e6f-8a09-1275979ecd1c","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"012e9a32-bf1b-476c-b3ec-d18ee00cf431","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["88cc553d-6704-4714-8296-c724a7511900","cc42a1fa-5e82-4db1-a6b9-3023c8440cdd"],"AccountState":7,"LastPasswordChangeOn":"2026-01-02T09:15:11.60699+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"23768a2b-3b0d-4cb7-b83d-6a1d1cce3782","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">23768a2b-3b0d-4cb7-b83d-6a1d1cce3782</Id>
<AccountState>7</AccountState>
<ClubId>86c2d2e2-d0d9-4e6f-8a09-1275979ecd1c</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-01-02T09:15:11.60699+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>012e9a32-bf1b-476c-b3ec-d18ee00cf431</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>23768a2b-3b0d-4cb7-b83d-6a1d1cce3782</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>88cc553d-6704-4714-8296-c724a7511900</d2p1:guid>
<d2p1:guid>cc42a1fa-5e82-4db1-a6b9-3023c8440cdd</d2p1:guid>
</UserRoleIds>
</UserDetails>