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": "513b9bb9-df9b-4642-9db5-7e32173a99f3",
"ClubId": "466dd6e1-c7dc-47f4-800a-fc73550a5e4e",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "4f6f4f21-38b5-4cfa-a051-568f67b8ab58",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"90def7e5-f51d-4571-a350-0a19e2b9972b",
"f2bf11c5-7b3e-48f1-b74a-d04f48a59aed"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-09-12T13:19:32.5066211+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "513b9bb9-df9b-4642-9db5-7e32173a99f3",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"513b9bb9-df9b-4642-9db5-7e32173a99f3","ClubId":"466dd6e1-c7dc-47f4-800a-fc73550a5e4e","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"4f6f4f21-38b5-4cfa-a051-568f67b8ab58","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["90def7e5-f51d-4571-a350-0a19e2b9972b","f2bf11c5-7b3e-48f1-b74a-d04f48a59aed"],"AccountState":7,"LastPasswordChangeOn":"2026-09-12T13:19:32.5066211+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"513b9bb9-df9b-4642-9db5-7e32173a99f3","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">513b9bb9-df9b-4642-9db5-7e32173a99f3</Id>
<AccountState>7</AccountState>
<ClubId>466dd6e1-c7dc-47f4-800a-fc73550a5e4e</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-09-12T13:19:32.5066211+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>4f6f4f21-38b5-4cfa-a051-568f67b8ab58</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>513b9bb9-df9b-4642-9db5-7e32173a99f3</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>90def7e5-f51d-4571-a350-0a19e2b9972b</d2p1:guid>
<d2p1:guid>f2bf11c5-7b3e-48f1-b74a-d04f48a59aed</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": "be71c559-6dbc-49b8-9e69-9bd81d304978",
"ClubId": "dd82c9ae-3733-4c2f-a667-c4c9e8632a74",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "932bd1d8-9c0b-4d0c-8b16-ecdf8a0ce900",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"c6b5ae61-fe80-4865-a489-e3d2cb047562",
"b62d7bd1-d73e-41f5-9ca0-5cd7c8f5cec8"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-09-12T13:19:32.5066211+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "be71c559-6dbc-49b8-9e69-9bd81d304978",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"be71c559-6dbc-49b8-9e69-9bd81d304978","ClubId":"dd82c9ae-3733-4c2f-a667-c4c9e8632a74","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"932bd1d8-9c0b-4d0c-8b16-ecdf8a0ce900","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["c6b5ae61-fe80-4865-a489-e3d2cb047562","b62d7bd1-d73e-41f5-9ca0-5cd7c8f5cec8"],"AccountState":7,"LastPasswordChangeOn":"2026-09-12T13:19:32.5066211+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"be71c559-6dbc-49b8-9e69-9bd81d304978","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">be71c559-6dbc-49b8-9e69-9bd81d304978</Id>
<AccountState>7</AccountState>
<ClubId>dd82c9ae-3733-4c2f-a667-c4c9e8632a74</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-09-12T13:19:32.5066211+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>932bd1d8-9c0b-4d0c-8b16-ecdf8a0ce900</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>be71c559-6dbc-49b8-9e69-9bd81d304978</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c6b5ae61-fe80-4865-a489-e3d2cb047562</d2p1:guid>
<d2p1:guid>b62d7bd1-d73e-41f5-9ca0-5cd7c8f5cec8</d2p1:guid>
</UserRoleIds>
</UserDetails>