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": "a5db73c0-44dd-4e3d-91f1-5ad93d1832bc",
"ClubId": "7f69f168-497e-4d01-85bf-381f2ebb11cd",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "e4fd527c-19da-490c-83e9-59dd09d6a915",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"5c7dfd9b-f493-4f76-8a25-fe29e9a2efaa",
"3d718dd9-9867-4198-b414-fb290dba1def"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-21T17:22:20.3069312+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "a5db73c0-44dd-4e3d-91f1-5ad93d1832bc",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"a5db73c0-44dd-4e3d-91f1-5ad93d1832bc","ClubId":"7f69f168-497e-4d01-85bf-381f2ebb11cd","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"e4fd527c-19da-490c-83e9-59dd09d6a915","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["5c7dfd9b-f493-4f76-8a25-fe29e9a2efaa","3d718dd9-9867-4198-b414-fb290dba1def"],"AccountState":7,"LastPasswordChangeOn":"2026-05-21T17:22:20.3069312+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"a5db73c0-44dd-4e3d-91f1-5ad93d1832bc","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">a5db73c0-44dd-4e3d-91f1-5ad93d1832bc</Id>
<AccountState>7</AccountState>
<ClubId>7f69f168-497e-4d01-85bf-381f2ebb11cd</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-21T17:22:20.3069312+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>e4fd527c-19da-490c-83e9-59dd09d6a915</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>a5db73c0-44dd-4e3d-91f1-5ad93d1832bc</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5c7dfd9b-f493-4f76-8a25-fe29e9a2efaa</d2p1:guid>
<d2p1:guid>3d718dd9-9867-4198-b414-fb290dba1def</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": "a6da44c7-0933-4ce8-8d28-fcac4c77d57d",
"ClubId": "1bb38714-37b3-4ad8-8bb5-86176cab90e3",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "261dad03-502b-4c14-bf59-a1455be16379",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"3030c5dd-5964-4358-8956-3f30567af473",
"bbd51f78-be31-4606-b102-476dd501d7f0"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-21T17:22:20.3069312+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "a6da44c7-0933-4ce8-8d28-fcac4c77d57d",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"a6da44c7-0933-4ce8-8d28-fcac4c77d57d","ClubId":"1bb38714-37b3-4ad8-8bb5-86176cab90e3","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"261dad03-502b-4c14-bf59-a1455be16379","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["3030c5dd-5964-4358-8956-3f30567af473","bbd51f78-be31-4606-b102-476dd501d7f0"],"AccountState":7,"LastPasswordChangeOn":"2026-05-21T17:22:20.3069312+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"a6da44c7-0933-4ce8-8d28-fcac4c77d57d","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">a6da44c7-0933-4ce8-8d28-fcac4c77d57d</Id>
<AccountState>7</AccountState>
<ClubId>1bb38714-37b3-4ad8-8bb5-86176cab90e3</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-21T17:22:20.3069312+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>261dad03-502b-4c14-bf59-a1455be16379</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>a6da44c7-0933-4ce8-8d28-fcac4c77d57d</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3030c5dd-5964-4358-8956-3f30567af473</d2p1:guid>
<d2p1:guid>bbd51f78-be31-4606-b102-476dd501d7f0</d2p1:guid>
</UserRoleIds>
</UserDetails>