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": "f5cb7432-2681-41fd-92ef-b90b75ff0bd9",
"ClubId": "26089edd-7544-436b-8c48-6bac44869151",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "e2eba2a9-5893-4b5a-a417-feaef386992e",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"721271a4-52d1-48da-8e8f-84abda5fd32d",
"f7e8bc75-5220-4e13-848a-26540d5c6a40"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-09-03T12:05:24.1321287+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "f5cb7432-2681-41fd-92ef-b90b75ff0bd9",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"f5cb7432-2681-41fd-92ef-b90b75ff0bd9","ClubId":"26089edd-7544-436b-8c48-6bac44869151","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"e2eba2a9-5893-4b5a-a417-feaef386992e","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["721271a4-52d1-48da-8e8f-84abda5fd32d","f7e8bc75-5220-4e13-848a-26540d5c6a40"],"AccountState":7,"LastPasswordChangeOn":"2026-09-03T12:05:24.1321287+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"f5cb7432-2681-41fd-92ef-b90b75ff0bd9","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">f5cb7432-2681-41fd-92ef-b90b75ff0bd9</Id>
<AccountState>7</AccountState>
<ClubId>26089edd-7544-436b-8c48-6bac44869151</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-09-03T12:05:24.1321287+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>e2eba2a9-5893-4b5a-a417-feaef386992e</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>f5cb7432-2681-41fd-92ef-b90b75ff0bd9</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>721271a4-52d1-48da-8e8f-84abda5fd32d</d2p1:guid>
<d2p1:guid>f7e8bc75-5220-4e13-848a-26540d5c6a40</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": "6a5e9e3e-08d2-4861-8a5e-dab3412dff0f",
"ClubId": "eacf9a40-ef89-4e08-922d-2e170d05dc8d",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "eec8ae04-f17e-4f91-b3e2-de7008065869",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"901d1554-3b0f-4234-a1ce-4fea0812ab0f",
"d5826d05-a910-402e-9f4d-a9758d5959e4"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-09-03T12:05:24.1477405+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "6a5e9e3e-08d2-4861-8a5e-dab3412dff0f",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"6a5e9e3e-08d2-4861-8a5e-dab3412dff0f","ClubId":"eacf9a40-ef89-4e08-922d-2e170d05dc8d","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"eec8ae04-f17e-4f91-b3e2-de7008065869","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["901d1554-3b0f-4234-a1ce-4fea0812ab0f","d5826d05-a910-402e-9f4d-a9758d5959e4"],"AccountState":7,"LastPasswordChangeOn":"2026-09-03T12:05:24.1477405+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"6a5e9e3e-08d2-4861-8a5e-dab3412dff0f","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">6a5e9e3e-08d2-4861-8a5e-dab3412dff0f</Id>
<AccountState>7</AccountState>
<ClubId>eacf9a40-ef89-4e08-922d-2e170d05dc8d</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-09-03T12:05:24.1477405+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>eec8ae04-f17e-4f91-b3e2-de7008065869</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>6a5e9e3e-08d2-4861-8a5e-dab3412dff0f</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>901d1554-3b0f-4234-a1ce-4fea0812ab0f</d2p1:guid>
<d2p1:guid>d5826d05-a910-402e-9f4d-a9758d5959e4</d2p1:guid>
</UserRoleIds>
</UserDetails>