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": "4ae1d830-a017-419f-a1cc-d404f55b63e8",
"ClubId": "6c5f60f8-e901-41fc-9884-5e75a80f33b6",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "354a35f9-6fda-403a-9165-048be3b5f26e",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"4bfe6daa-838c-4386-8211-eb75329a238c",
"27ae04de-2be4-46d7-b0b7-180345594f64"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-07-13T18:45:57.1433167+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "4ae1d830-a017-419f-a1cc-d404f55b63e8",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"4ae1d830-a017-419f-a1cc-d404f55b63e8","ClubId":"6c5f60f8-e901-41fc-9884-5e75a80f33b6","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"354a35f9-6fda-403a-9165-048be3b5f26e","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["4bfe6daa-838c-4386-8211-eb75329a238c","27ae04de-2be4-46d7-b0b7-180345594f64"],"AccountState":7,"LastPasswordChangeOn":"2026-07-13T18:45:57.1433167+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"4ae1d830-a017-419f-a1cc-d404f55b63e8","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">4ae1d830-a017-419f-a1cc-d404f55b63e8</Id>
<AccountState>7</AccountState>
<ClubId>6c5f60f8-e901-41fc-9884-5e75a80f33b6</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-07-13T18:45:57.1433167+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>354a35f9-6fda-403a-9165-048be3b5f26e</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>4ae1d830-a017-419f-a1cc-d404f55b63e8</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4bfe6daa-838c-4386-8211-eb75329a238c</d2p1:guid>
<d2p1:guid>27ae04de-2be4-46d7-b0b7-180345594f64</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": "26490861-93e1-4d5f-b5a8-49539eca4c8d",
"ClubId": "b0a2745c-6fd9-4206-88bd-25e01c5979e2",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "6e3d419d-d253-46e2-90a4-7f3c40f40a2a",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"01e7227d-828c-4647-8a44-40819e5c0d54",
"2f38408d-85df-4cf1-8173-dcc0758a2edb"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-07-13T18:45:57.1589363+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "26490861-93e1-4d5f-b5a8-49539eca4c8d",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"26490861-93e1-4d5f-b5a8-49539eca4c8d","ClubId":"b0a2745c-6fd9-4206-88bd-25e01c5979e2","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"6e3d419d-d253-46e2-90a4-7f3c40f40a2a","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["01e7227d-828c-4647-8a44-40819e5c0d54","2f38408d-85df-4cf1-8173-dcc0758a2edb"],"AccountState":7,"LastPasswordChangeOn":"2026-07-13T18:45:57.1589363+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"26490861-93e1-4d5f-b5a8-49539eca4c8d","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">26490861-93e1-4d5f-b5a8-49539eca4c8d</Id>
<AccountState>7</AccountState>
<ClubId>b0a2745c-6fd9-4206-88bd-25e01c5979e2</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-07-13T18:45:57.1589363+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>6e3d419d-d253-46e2-90a4-7f3c40f40a2a</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>26490861-93e1-4d5f-b5a8-49539eca4c8d</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>01e7227d-828c-4647-8a44-40819e5c0d54</d2p1:guid>
<d2p1:guid>2f38408d-85df-4cf1-8173-dcc0758a2edb</d2p1:guid>
</UserRoleIds>
</UserDetails>