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": "baa5248f-30b7-4fc6-b2eb-cdf26c730ca1",
"ClubId": "b97ff105-173b-4529-9438-faa9cea6062c",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "6a9bcf3c-98f8-475e-8d9e-9deea7c8e46a",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"d42b57d6-6cd5-4bbb-8219-ed3bde0ac990",
"a123635c-7c9c-42a6-addb-8b65291ad103"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-24T11:58:48.9635372+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "baa5248f-30b7-4fc6-b2eb-cdf26c730ca1",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"baa5248f-30b7-4fc6-b2eb-cdf26c730ca1","ClubId":"b97ff105-173b-4529-9438-faa9cea6062c","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"6a9bcf3c-98f8-475e-8d9e-9deea7c8e46a","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["d42b57d6-6cd5-4bbb-8219-ed3bde0ac990","a123635c-7c9c-42a6-addb-8b65291ad103"],"AccountState":7,"LastPasswordChangeOn":"2026-04-24T11:58:48.9635372+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"baa5248f-30b7-4fc6-b2eb-cdf26c730ca1","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">baa5248f-30b7-4fc6-b2eb-cdf26c730ca1</Id>
<AccountState>7</AccountState>
<ClubId>b97ff105-173b-4529-9438-faa9cea6062c</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-24T11:58:48.9635372+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>6a9bcf3c-98f8-475e-8d9e-9deea7c8e46a</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>baa5248f-30b7-4fc6-b2eb-cdf26c730ca1</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d42b57d6-6cd5-4bbb-8219-ed3bde0ac990</d2p1:guid>
<d2p1:guid>a123635c-7c9c-42a6-addb-8b65291ad103</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": "5b525f8c-fbd2-46c5-99f8-68546805be13",
"ClubId": "7b232ade-0a60-4a83-bf3b-e0b7d8379b89",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "61fee695-f1db-4249-a3a7-ab3d52502dc4",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"53f765e9-65f6-40da-b9cc-c013f0557f19",
"3e019c0e-7f54-482a-bf96-82c957f9ce9b"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-24T11:58:49.1510404+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "5b525f8c-fbd2-46c5-99f8-68546805be13",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"5b525f8c-fbd2-46c5-99f8-68546805be13","ClubId":"7b232ade-0a60-4a83-bf3b-e0b7d8379b89","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"61fee695-f1db-4249-a3a7-ab3d52502dc4","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["53f765e9-65f6-40da-b9cc-c013f0557f19","3e019c0e-7f54-482a-bf96-82c957f9ce9b"],"AccountState":7,"LastPasswordChangeOn":"2026-04-24T11:58:49.1510404+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"5b525f8c-fbd2-46c5-99f8-68546805be13","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">5b525f8c-fbd2-46c5-99f8-68546805be13</Id>
<AccountState>7</AccountState>
<ClubId>7b232ade-0a60-4a83-bf3b-e0b7d8379b89</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-24T11:58:49.1510404+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>61fee695-f1db-4249-a3a7-ab3d52502dc4</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>5b525f8c-fbd2-46c5-99f8-68546805be13</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>53f765e9-65f6-40da-b9cc-c013f0557f19</d2p1:guid>
<d2p1:guid>3e019c0e-7f54-482a-bf96-82c957f9ce9b</d2p1:guid>
</UserRoleIds>
</UserDetails>