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": "09d6e597-e7b5-4c5a-a91d-849f89d8cb83",
"ClubId": "a8bcb60b-3ead-48a3-87ea-d677a8b052db",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "6e8e5347-44b2-427e-93dc-b150e4ade452",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"db6222a4-cd73-4542-b390-ca1e2e49f841",
"d40ee55c-29c7-46f2-8f59-f09df6e26ebb"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-06T00:27:15.8338512+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "09d6e597-e7b5-4c5a-a91d-849f89d8cb83",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"09d6e597-e7b5-4c5a-a91d-849f89d8cb83","ClubId":"a8bcb60b-3ead-48a3-87ea-d677a8b052db","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"6e8e5347-44b2-427e-93dc-b150e4ade452","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["db6222a4-cd73-4542-b390-ca1e2e49f841","d40ee55c-29c7-46f2-8f59-f09df6e26ebb"],"AccountState":7,"LastPasswordChangeOn":"2026-05-06T00:27:15.8338512+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"09d6e597-e7b5-4c5a-a91d-849f89d8cb83","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">09d6e597-e7b5-4c5a-a91d-849f89d8cb83</Id>
<AccountState>7</AccountState>
<ClubId>a8bcb60b-3ead-48a3-87ea-d677a8b052db</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-06T00:27:15.8338512+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>6e8e5347-44b2-427e-93dc-b150e4ade452</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>09d6e597-e7b5-4c5a-a91d-849f89d8cb83</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>db6222a4-cd73-4542-b390-ca1e2e49f841</d2p1:guid>
<d2p1:guid>d40ee55c-29c7-46f2-8f59-f09df6e26ebb</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": "5b6e352a-36aa-42f5-b136-c1116ce332dd",
"ClubId": "aea7b43f-27a5-4ae3-bf7e-9d8aadfaa08e",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "6b067b38-08ba-4231-8229-19fb4c785403",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"1402daeb-4cf3-48ff-b0bc-482e4f611bee",
"9edfe197-6b15-46f5-ba38-37ca70d7b016"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-06T00:27:15.8338512+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "5b6e352a-36aa-42f5-b136-c1116ce332dd",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"5b6e352a-36aa-42f5-b136-c1116ce332dd","ClubId":"aea7b43f-27a5-4ae3-bf7e-9d8aadfaa08e","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"6b067b38-08ba-4231-8229-19fb4c785403","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["1402daeb-4cf3-48ff-b0bc-482e4f611bee","9edfe197-6b15-46f5-ba38-37ca70d7b016"],"AccountState":7,"LastPasswordChangeOn":"2026-05-06T00:27:15.8338512+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"5b6e352a-36aa-42f5-b136-c1116ce332dd","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">5b6e352a-36aa-42f5-b136-c1116ce332dd</Id>
<AccountState>7</AccountState>
<ClubId>aea7b43f-27a5-4ae3-bf7e-9d8aadfaa08e</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-06T00:27:15.8338512+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>6b067b38-08ba-4231-8229-19fb4c785403</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>5b6e352a-36aa-42f5-b136-c1116ce332dd</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1402daeb-4cf3-48ff-b0bc-482e4f611bee</d2p1:guid>
<d2p1:guid>9edfe197-6b15-46f5-ba38-37ca70d7b016</d2p1:guid>
</UserRoleIds>
</UserDetails>