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": "a6f6061d-12ef-425e-aa61-bb344cf01113",
"ClubId": "080a0a97-9234-4b6d-8d19-382d6e95a53c",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "e9a467c7-7062-4ded-81f0-5e46a36445f3",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"552a18d0-1b2c-4e0a-a801-19e6c41cec24",
"b8f9f386-d659-43de-832f-10826db029b2"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-01-13T02:14:01.0904104+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "a6f6061d-12ef-425e-aa61-bb344cf01113",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"a6f6061d-12ef-425e-aa61-bb344cf01113","ClubId":"080a0a97-9234-4b6d-8d19-382d6e95a53c","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"e9a467c7-7062-4ded-81f0-5e46a36445f3","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["552a18d0-1b2c-4e0a-a801-19e6c41cec24","b8f9f386-d659-43de-832f-10826db029b2"],"AccountState":7,"LastPasswordChangeOn":"2026-01-13T02:14:01.0904104+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"a6f6061d-12ef-425e-aa61-bb344cf01113","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">a6f6061d-12ef-425e-aa61-bb344cf01113</Id>
<AccountState>7</AccountState>
<ClubId>080a0a97-9234-4b6d-8d19-382d6e95a53c</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-01-13T02:14:01.0904104+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>e9a467c7-7062-4ded-81f0-5e46a36445f3</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>a6f6061d-12ef-425e-aa61-bb344cf01113</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>552a18d0-1b2c-4e0a-a801-19e6c41cec24</d2p1:guid>
<d2p1:guid>b8f9f386-d659-43de-832f-10826db029b2</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": "fc5227f7-d9dd-4785-877f-e19068d4e8b5",
"ClubId": "75513133-0b2a-4a35-95d3-f10e0182122e",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "6fdead87-c789-498c-ba0f-ff3ad41323c6",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"9d14b2bf-ca52-4161-a9f5-11f6765f760a",
"a5cc2f93-9dae-4c70-a324-db42eb6b3678"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-01-13T02:14:01.0904104+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "fc5227f7-d9dd-4785-877f-e19068d4e8b5",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"fc5227f7-d9dd-4785-877f-e19068d4e8b5","ClubId":"75513133-0b2a-4a35-95d3-f10e0182122e","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"6fdead87-c789-498c-ba0f-ff3ad41323c6","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["9d14b2bf-ca52-4161-a9f5-11f6765f760a","a5cc2f93-9dae-4c70-a324-db42eb6b3678"],"AccountState":7,"LastPasswordChangeOn":"2026-01-13T02:14:01.0904104+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"fc5227f7-d9dd-4785-877f-e19068d4e8b5","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">fc5227f7-d9dd-4785-877f-e19068d4e8b5</Id>
<AccountState>7</AccountState>
<ClubId>75513133-0b2a-4a35-95d3-f10e0182122e</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-01-13T02:14:01.0904104+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>6fdead87-c789-498c-ba0f-ff3ad41323c6</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>fc5227f7-d9dd-4785-877f-e19068d4e8b5</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9d14b2bf-ca52-4161-a9f5-11f6765f760a</d2p1:guid>
<d2p1:guid>a5cc2f93-9dae-4c70-a324-db42eb6b3678</d2p1:guid>
</UserRoleIds>
</UserDetails>