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": "270e1f21-b295-4628-b376-8886482d4ac7",
"ClubId": "3bfdad57-f34e-4aae-be5e-c79ee864550c",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "8539b63e-66b4-401b-9616-85e922c41998",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"aaf3904d-f8dc-49fe-bcb1-c892acdc623b",
"18660620-fd7b-4ae6-bfa0-779bc3533b4d"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-12T19:51:24.2945201+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "270e1f21-b295-4628-b376-8886482d4ac7",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"270e1f21-b295-4628-b376-8886482d4ac7","ClubId":"3bfdad57-f34e-4aae-be5e-c79ee864550c","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"8539b63e-66b4-401b-9616-85e922c41998","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["aaf3904d-f8dc-49fe-bcb1-c892acdc623b","18660620-fd7b-4ae6-bfa0-779bc3533b4d"],"AccountState":7,"LastPasswordChangeOn":"2026-05-12T19:51:24.2945201+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"270e1f21-b295-4628-b376-8886482d4ac7","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">270e1f21-b295-4628-b376-8886482d4ac7</Id>
<AccountState>7</AccountState>
<ClubId>3bfdad57-f34e-4aae-be5e-c79ee864550c</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-12T19:51:24.2945201+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>8539b63e-66b4-401b-9616-85e922c41998</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>270e1f21-b295-4628-b376-8886482d4ac7</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>aaf3904d-f8dc-49fe-bcb1-c892acdc623b</d2p1:guid>
<d2p1:guid>18660620-fd7b-4ae6-bfa0-779bc3533b4d</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": "8da3a458-7088-4c11-8743-e1976e46cc95",
"ClubId": "01158629-d562-4f97-9e75-5efe130243dd",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "2fd6face-57de-4e5d-87fb-f9fc43c8e173",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"c5077f4a-e487-4d2b-b2c5-434ef7372bd4",
"fecf7b3b-dc69-4ebe-bf32-1c1a9cef7a02"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-12T19:51:24.2945201+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "8da3a458-7088-4c11-8743-e1976e46cc95",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"8da3a458-7088-4c11-8743-e1976e46cc95","ClubId":"01158629-d562-4f97-9e75-5efe130243dd","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"2fd6face-57de-4e5d-87fb-f9fc43c8e173","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["c5077f4a-e487-4d2b-b2c5-434ef7372bd4","fecf7b3b-dc69-4ebe-bf32-1c1a9cef7a02"],"AccountState":7,"LastPasswordChangeOn":"2026-05-12T19:51:24.2945201+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"8da3a458-7088-4c11-8743-e1976e46cc95","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">8da3a458-7088-4c11-8743-e1976e46cc95</Id>
<AccountState>7</AccountState>
<ClubId>01158629-d562-4f97-9e75-5efe130243dd</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-12T19:51:24.2945201+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>2fd6face-57de-4e5d-87fb-f9fc43c8e173</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>8da3a458-7088-4c11-8743-e1976e46cc95</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c5077f4a-e487-4d2b-b2c5-434ef7372bd4</d2p1:guid>
<d2p1:guid>fecf7b3b-dc69-4ebe-bf32-1c1a9cef7a02</d2p1:guid>
</UserRoleIds>
</UserDetails>