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": "6f5de5d5-7430-4b0a-8343-736605350011",
"ClubId": "8819efad-51c4-481d-bd6a-51edb2f1c923",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "f2b101cd-b1d8-488c-bfee-e9117d4e0a6a",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"ba39879a-29d5-4397-a1c7-d1a084c1bac5",
"0dad6fb4-c4a9-4c2f-a233-d6333c8b1b10"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-08-31T11:15:20.7571355+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "6f5de5d5-7430-4b0a-8343-736605350011",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"6f5de5d5-7430-4b0a-8343-736605350011","ClubId":"8819efad-51c4-481d-bd6a-51edb2f1c923","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"f2b101cd-b1d8-488c-bfee-e9117d4e0a6a","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["ba39879a-29d5-4397-a1c7-d1a084c1bac5","0dad6fb4-c4a9-4c2f-a233-d6333c8b1b10"],"AccountState":7,"LastPasswordChangeOn":"2026-08-31T11:15:20.7571355+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"6f5de5d5-7430-4b0a-8343-736605350011","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">6f5de5d5-7430-4b0a-8343-736605350011</Id>
<AccountState>7</AccountState>
<ClubId>8819efad-51c4-481d-bd6a-51edb2f1c923</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-08-31T11:15:20.7571355+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>f2b101cd-b1d8-488c-bfee-e9117d4e0a6a</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>6f5de5d5-7430-4b0a-8343-736605350011</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ba39879a-29d5-4397-a1c7-d1a084c1bac5</d2p1:guid>
<d2p1:guid>0dad6fb4-c4a9-4c2f-a233-d6333c8b1b10</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": "39ec828f-4a19-49db-8d1e-45e873648a45",
"ClubId": "06111c84-10b9-43f4-811b-73285ab43fb6",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "820f68b8-89c0-4f94-8432-26e0b96d1144",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"aede1ccc-1f99-4348-acd9-8e27c1f3054b",
"0f8a494b-c465-4cec-8300-074b8311446f"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-08-31T11:15:20.7571355+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "39ec828f-4a19-49db-8d1e-45e873648a45",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"39ec828f-4a19-49db-8d1e-45e873648a45","ClubId":"06111c84-10b9-43f4-811b-73285ab43fb6","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"820f68b8-89c0-4f94-8432-26e0b96d1144","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["aede1ccc-1f99-4348-acd9-8e27c1f3054b","0f8a494b-c465-4cec-8300-074b8311446f"],"AccountState":7,"LastPasswordChangeOn":"2026-08-31T11:15:20.7571355+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"39ec828f-4a19-49db-8d1e-45e873648a45","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">39ec828f-4a19-49db-8d1e-45e873648a45</Id>
<AccountState>7</AccountState>
<ClubId>06111c84-10b9-43f4-811b-73285ab43fb6</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-08-31T11:15:20.7571355+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>820f68b8-89c0-4f94-8432-26e0b96d1144</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>39ec828f-4a19-49db-8d1e-45e873648a45</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>aede1ccc-1f99-4348-acd9-8e27c1f3054b</d2p1:guid>
<d2p1:guid>0f8a494b-c465-4cec-8300-074b8311446f</d2p1:guid>
</UserRoleIds>
</UserDetails>