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": "b17d94c1-4eb2-4ec9-80d3-e662f959c1fe",
"ClubId": "eda56595-6c76-41be-be18-03a549d4cb64",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "68ee7bdf-2477-4e98-ac42-1143d4faca93",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"6d1d6a5f-39f6-41f4-a035-59fb9a063981",
"086003be-bb6f-4fc7-9860-db7d7d6a94b9"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-01-20T14:47:45.8198289+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "b17d94c1-4eb2-4ec9-80d3-e662f959c1fe",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"b17d94c1-4eb2-4ec9-80d3-e662f959c1fe","ClubId":"eda56595-6c76-41be-be18-03a549d4cb64","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"68ee7bdf-2477-4e98-ac42-1143d4faca93","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["6d1d6a5f-39f6-41f4-a035-59fb9a063981","086003be-bb6f-4fc7-9860-db7d7d6a94b9"],"AccountState":7,"LastPasswordChangeOn":"2026-01-20T14:47:45.8198289+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"b17d94c1-4eb2-4ec9-80d3-e662f959c1fe","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">b17d94c1-4eb2-4ec9-80d3-e662f959c1fe</Id>
<AccountState>7</AccountState>
<ClubId>eda56595-6c76-41be-be18-03a549d4cb64</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-01-20T14:47:45.8198289+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>68ee7bdf-2477-4e98-ac42-1143d4faca93</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>b17d94c1-4eb2-4ec9-80d3-e662f959c1fe</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6d1d6a5f-39f6-41f4-a035-59fb9a063981</d2p1:guid>
<d2p1:guid>086003be-bb6f-4fc7-9860-db7d7d6a94b9</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": "dfcce467-e418-4d6e-a056-c28f539224dc",
"ClubId": "7254831e-ac7a-47a9-8e5e-51b33003f5fb",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "8deb1463-d701-4542-b014-fd1d0c4e473a",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"0dc00c6c-e4c2-418f-8a61-9f5922bc6aad",
"787413db-7055-42c6-b9f7-3f753d2d725f"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-01-20T14:47:45.8198289+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "dfcce467-e418-4d6e-a056-c28f539224dc",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"dfcce467-e418-4d6e-a056-c28f539224dc","ClubId":"7254831e-ac7a-47a9-8e5e-51b33003f5fb","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"8deb1463-d701-4542-b014-fd1d0c4e473a","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["0dc00c6c-e4c2-418f-8a61-9f5922bc6aad","787413db-7055-42c6-b9f7-3f753d2d725f"],"AccountState":7,"LastPasswordChangeOn":"2026-01-20T14:47:45.8198289+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"dfcce467-e418-4d6e-a056-c28f539224dc","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">dfcce467-e418-4d6e-a056-c28f539224dc</Id>
<AccountState>7</AccountState>
<ClubId>7254831e-ac7a-47a9-8e5e-51b33003f5fb</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-01-20T14:47:45.8198289+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>8deb1463-d701-4542-b014-fd1d0c4e473a</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>dfcce467-e418-4d6e-a056-c28f539224dc</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0dc00c6c-e4c2-418f-8a61-9f5922bc6aad</d2p1:guid>
<d2p1:guid>787413db-7055-42c6-b9f7-3f753d2d725f</d2p1:guid>
</UserRoleIds>
</UserDetails>