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": "bc0dc6c9-ca1c-4e72-aa10-d24bbac606cf",
"ClubId": "bae9a3aa-7d06-4061-8bf2-6e9143531105",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "9d6e43bc-f2f9-41f4-8f7c-8e0473fc7f23",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"82cfc6a5-ad88-4341-b75d-106ee4762e74",
"cb9655e4-9902-4afc-9c79-64bca9f3ddbb"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-20T03:53:13.0256842+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "bc0dc6c9-ca1c-4e72-aa10-d24bbac606cf",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"bc0dc6c9-ca1c-4e72-aa10-d24bbac606cf","ClubId":"bae9a3aa-7d06-4061-8bf2-6e9143531105","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"9d6e43bc-f2f9-41f4-8f7c-8e0473fc7f23","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["82cfc6a5-ad88-4341-b75d-106ee4762e74","cb9655e4-9902-4afc-9c79-64bca9f3ddbb"],"AccountState":7,"LastPasswordChangeOn":"2026-05-20T03:53:13.0256842+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"bc0dc6c9-ca1c-4e72-aa10-d24bbac606cf","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">bc0dc6c9-ca1c-4e72-aa10-d24bbac606cf</Id>
<AccountState>7</AccountState>
<ClubId>bae9a3aa-7d06-4061-8bf2-6e9143531105</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-20T03:53:13.0256842+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>9d6e43bc-f2f9-41f4-8f7c-8e0473fc7f23</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>bc0dc6c9-ca1c-4e72-aa10-d24bbac606cf</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>82cfc6a5-ad88-4341-b75d-106ee4762e74</d2p1:guid>
<d2p1:guid>cb9655e4-9902-4afc-9c79-64bca9f3ddbb</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": "f83cb816-d633-4bc2-85db-d7b48ee2f609",
"ClubId": "0b5c9f36-cd30-4dff-af74-45e089bb816e",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "cec32c9c-185b-4dfc-97c7-4118d214e344",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"8764f2db-5422-47bf-a6a2-02ac3a816753",
"07f33401-cfad-4304-8ebb-0f3b67a7970c"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-20T03:53:13.0256842+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "f83cb816-d633-4bc2-85db-d7b48ee2f609",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"f83cb816-d633-4bc2-85db-d7b48ee2f609","ClubId":"0b5c9f36-cd30-4dff-af74-45e089bb816e","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"cec32c9c-185b-4dfc-97c7-4118d214e344","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["8764f2db-5422-47bf-a6a2-02ac3a816753","07f33401-cfad-4304-8ebb-0f3b67a7970c"],"AccountState":7,"LastPasswordChangeOn":"2026-05-20T03:53:13.0256842+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"f83cb816-d633-4bc2-85db-d7b48ee2f609","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">f83cb816-d633-4bc2-85db-d7b48ee2f609</Id>
<AccountState>7</AccountState>
<ClubId>0b5c9f36-cd30-4dff-af74-45e089bb816e</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-20T03:53:13.0256842+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>cec32c9c-185b-4dfc-97c7-4118d214e344</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>f83cb816-d633-4bc2-85db-d7b48ee2f609</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8764f2db-5422-47bf-a6a2-02ac3a816753</d2p1:guid>
<d2p1:guid>07f33401-cfad-4304-8ebb-0f3b67a7970c</d2p1:guid>
</UserRoleIds>
</UserDetails>