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": "099504c6-5e36-41a1-bfb0-bce1289f6c32",
"ClubId": "54e3419f-802a-45d6-a723-b893b1a1130a",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "84df67cb-e829-4bc6-8ef5-ef6a4e750fcb",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"65b11806-c1d5-4454-924c-509be667f229",
"d614056d-a07d-4729-80a4-1e62a0c7c363"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-09-18T17:28:03.7484148+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "099504c6-5e36-41a1-bfb0-bce1289f6c32",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"099504c6-5e36-41a1-bfb0-bce1289f6c32","ClubId":"54e3419f-802a-45d6-a723-b893b1a1130a","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"84df67cb-e829-4bc6-8ef5-ef6a4e750fcb","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["65b11806-c1d5-4454-924c-509be667f229","d614056d-a07d-4729-80a4-1e62a0c7c363"],"AccountState":7,"LastPasswordChangeOn":"2026-09-18T17:28:03.7484148+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"099504c6-5e36-41a1-bfb0-bce1289f6c32","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">099504c6-5e36-41a1-bfb0-bce1289f6c32</Id>
<AccountState>7</AccountState>
<ClubId>54e3419f-802a-45d6-a723-b893b1a1130a</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-09-18T17:28:03.7484148+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>84df67cb-e829-4bc6-8ef5-ef6a4e750fcb</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>099504c6-5e36-41a1-bfb0-bce1289f6c32</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>65b11806-c1d5-4454-924c-509be667f229</d2p1:guid>
<d2p1:guid>d614056d-a07d-4729-80a4-1e62a0c7c363</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": "213b14b9-f3b5-4b98-b3b2-c0f1b4742e3b",
"ClubId": "22c3958a-b655-4b62-9b00-030248ee230a",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "e2e4eda6-f0ba-48f1-9fcb-4aba29514fcb",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"38fae4e5-c46f-4d8a-aa36-47319a579d2f",
"06bd388c-1ad5-4793-9c47-c0f92b382758"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-09-18T17:28:03.7640059+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "213b14b9-f3b5-4b98-b3b2-c0f1b4742e3b",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"213b14b9-f3b5-4b98-b3b2-c0f1b4742e3b","ClubId":"22c3958a-b655-4b62-9b00-030248ee230a","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"e2e4eda6-f0ba-48f1-9fcb-4aba29514fcb","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["38fae4e5-c46f-4d8a-aa36-47319a579d2f","06bd388c-1ad5-4793-9c47-c0f92b382758"],"AccountState":7,"LastPasswordChangeOn":"2026-09-18T17:28:03.7640059+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"213b14b9-f3b5-4b98-b3b2-c0f1b4742e3b","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">213b14b9-f3b5-4b98-b3b2-c0f1b4742e3b</Id>
<AccountState>7</AccountState>
<ClubId>22c3958a-b655-4b62-9b00-030248ee230a</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-09-18T17:28:03.7640059+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>e2e4eda6-f0ba-48f1-9fcb-4aba29514fcb</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>213b14b9-f3b5-4b98-b3b2-c0f1b4742e3b</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>38fae4e5-c46f-4d8a-aa36-47319a579d2f</d2p1:guid>
<d2p1:guid>06bd388c-1ad5-4793-9c47-c0f92b382758</d2p1:guid>
</UserRoleIds>
</UserDetails>