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": "3bf92ed9-e6ec-408d-bdb1-5cadea8e9280",
"ClubId": "74ca59b5-f993-41d3-a3dd-f46ad66d44b2",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "246b1e26-dd59-4cab-b93e-3d7d71258553",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"8b3c7490-06c9-4157-8790-5b000877ad5e",
"3dd45322-47df-427e-b01d-354a76bdadb1"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-03-25T14:20:08.3484851+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "3bf92ed9-e6ec-408d-bdb1-5cadea8e9280",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"3bf92ed9-e6ec-408d-bdb1-5cadea8e9280","ClubId":"74ca59b5-f993-41d3-a3dd-f46ad66d44b2","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"246b1e26-dd59-4cab-b93e-3d7d71258553","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["8b3c7490-06c9-4157-8790-5b000877ad5e","3dd45322-47df-427e-b01d-354a76bdadb1"],"AccountState":7,"LastPasswordChangeOn":"2026-03-25T14:20:08.3484851+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"3bf92ed9-e6ec-408d-bdb1-5cadea8e9280","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">3bf92ed9-e6ec-408d-bdb1-5cadea8e9280</Id>
<AccountState>7</AccountState>
<ClubId>74ca59b5-f993-41d3-a3dd-f46ad66d44b2</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-03-25T14:20:08.3484851+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>246b1e26-dd59-4cab-b93e-3d7d71258553</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>3bf92ed9-e6ec-408d-bdb1-5cadea8e9280</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8b3c7490-06c9-4157-8790-5b000877ad5e</d2p1:guid>
<d2p1:guid>3dd45322-47df-427e-b01d-354a76bdadb1</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": "6e42014f-ad8d-446e-a876-db69a7494726",
"ClubId": "67243575-fc6e-46d1-ae19-f3120d34bd08",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "72bdf532-55f4-4f5f-b3cf-4eb875b984be",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"04014293-afad-48b1-a4b6-129943d86a51",
"3372ba53-c57d-4292-9abb-2e12cd7acc80"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-03-25T14:20:08.3484851+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "6e42014f-ad8d-446e-a876-db69a7494726",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"6e42014f-ad8d-446e-a876-db69a7494726","ClubId":"67243575-fc6e-46d1-ae19-f3120d34bd08","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"72bdf532-55f4-4f5f-b3cf-4eb875b984be","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["04014293-afad-48b1-a4b6-129943d86a51","3372ba53-c57d-4292-9abb-2e12cd7acc80"],"AccountState":7,"LastPasswordChangeOn":"2026-03-25T14:20:08.3484851+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"6e42014f-ad8d-446e-a876-db69a7494726","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">6e42014f-ad8d-446e-a876-db69a7494726</Id>
<AccountState>7</AccountState>
<ClubId>67243575-fc6e-46d1-ae19-f3120d34bd08</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-03-25T14:20:08.3484851+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>72bdf532-55f4-4f5f-b3cf-4eb875b984be</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>6e42014f-ad8d-446e-a876-db69a7494726</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>04014293-afad-48b1-a4b6-129943d86a51</d2p1:guid>
<d2p1:guid>3372ba53-c57d-4292-9abb-2e12cd7acc80</d2p1:guid>
</UserRoleIds>
</UserDetails>