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": "4dbac25a-6477-4522-a2ed-72a4200173bd",
"ClubId": "46fa27cf-bef6-4080-b43a-c3b8c6f41394",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "d3b451c3-c0de-4d5b-988e-7feddcb49775",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"985461e5-2f95-43b2-bc09-d98501946b89",
"830f6be4-a4c0-4f44-b7bd-d7e199cfa22a"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-23T22:07:02.6090383+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "4dbac25a-6477-4522-a2ed-72a4200173bd",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"4dbac25a-6477-4522-a2ed-72a4200173bd","ClubId":"46fa27cf-bef6-4080-b43a-c3b8c6f41394","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"d3b451c3-c0de-4d5b-988e-7feddcb49775","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["985461e5-2f95-43b2-bc09-d98501946b89","830f6be4-a4c0-4f44-b7bd-d7e199cfa22a"],"AccountState":7,"LastPasswordChangeOn":"2026-05-23T22:07:02.6090383+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"4dbac25a-6477-4522-a2ed-72a4200173bd","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">4dbac25a-6477-4522-a2ed-72a4200173bd</Id>
<AccountState>7</AccountState>
<ClubId>46fa27cf-bef6-4080-b43a-c3b8c6f41394</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-23T22:07:02.6090383+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>d3b451c3-c0de-4d5b-988e-7feddcb49775</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>4dbac25a-6477-4522-a2ed-72a4200173bd</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>985461e5-2f95-43b2-bc09-d98501946b89</d2p1:guid>
<d2p1:guid>830f6be4-a4c0-4f44-b7bd-d7e199cfa22a</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": "494ccbd9-d7f7-404e-a356-18f1ab3bd173",
"ClubId": "4aef88f2-b878-4687-9c3b-42beb7e5171c",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "a19432c0-d63c-470f-b540-4f118c342920",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"f9c62d33-363b-40a0-8b40-2b65362b1ae0",
"b23e89c0-ab43-4578-8b25-70031411a399"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-23T22:07:02.6246554+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "494ccbd9-d7f7-404e-a356-18f1ab3bd173",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"494ccbd9-d7f7-404e-a356-18f1ab3bd173","ClubId":"4aef88f2-b878-4687-9c3b-42beb7e5171c","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"a19432c0-d63c-470f-b540-4f118c342920","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["f9c62d33-363b-40a0-8b40-2b65362b1ae0","b23e89c0-ab43-4578-8b25-70031411a399"],"AccountState":7,"LastPasswordChangeOn":"2026-05-23T22:07:02.6246554+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"494ccbd9-d7f7-404e-a356-18f1ab3bd173","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">494ccbd9-d7f7-404e-a356-18f1ab3bd173</Id>
<AccountState>7</AccountState>
<ClubId>4aef88f2-b878-4687-9c3b-42beb7e5171c</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-23T22:07:02.6246554+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>a19432c0-d63c-470f-b540-4f118c342920</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>494ccbd9-d7f7-404e-a356-18f1ab3bd173</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f9c62d33-363b-40a0-8b40-2b65362b1ae0</d2p1:guid>
<d2p1:guid>b23e89c0-ab43-4578-8b25-70031411a399</d2p1:guid>
</UserRoleIds>
</UserDetails>