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": "d61c0be6-a483-46a2-b3ba-13ddd9d6ee51",
"ClubId": "e0d631b4-9768-480b-b36f-7ed441d94381",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "c8b5b2c3-bc26-48da-be9e-29f1cfae7b6a",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"5b37e1bc-472c-4f88-af99-69e190771342",
"cb5266c2-d551-4e11-8590-b7d34ee32f01"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-05T01:45:36.9744751+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "d61c0be6-a483-46a2-b3ba-13ddd9d6ee51",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"d61c0be6-a483-46a2-b3ba-13ddd9d6ee51","ClubId":"e0d631b4-9768-480b-b36f-7ed441d94381","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"c8b5b2c3-bc26-48da-be9e-29f1cfae7b6a","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["5b37e1bc-472c-4f88-af99-69e190771342","cb5266c2-d551-4e11-8590-b7d34ee32f01"],"AccountState":7,"LastPasswordChangeOn":"2026-05-05T01:45:36.9744751+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"d61c0be6-a483-46a2-b3ba-13ddd9d6ee51","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">d61c0be6-a483-46a2-b3ba-13ddd9d6ee51</Id>
<AccountState>7</AccountState>
<ClubId>e0d631b4-9768-480b-b36f-7ed441d94381</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-05T01:45:36.9744751+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>c8b5b2c3-bc26-48da-be9e-29f1cfae7b6a</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>d61c0be6-a483-46a2-b3ba-13ddd9d6ee51</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5b37e1bc-472c-4f88-af99-69e190771342</d2p1:guid>
<d2p1:guid>cb5266c2-d551-4e11-8590-b7d34ee32f01</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": "6ab0a386-1291-43e4-b9c1-1656b8b44f68",
"ClubId": "764fb787-8a09-4693-94cc-dae0456be2e3",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "99559197-1e67-4ff4-adf9-a88d80d3e38a",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"4941d0e1-1fb6-4ad7-9b35-4484e0006646",
"dca587a7-aba2-497a-aa0a-bcd81f750cda"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-05T01:45:36.9900811+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "6ab0a386-1291-43e4-b9c1-1656b8b44f68",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"6ab0a386-1291-43e4-b9c1-1656b8b44f68","ClubId":"764fb787-8a09-4693-94cc-dae0456be2e3","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"99559197-1e67-4ff4-adf9-a88d80d3e38a","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["4941d0e1-1fb6-4ad7-9b35-4484e0006646","dca587a7-aba2-497a-aa0a-bcd81f750cda"],"AccountState":7,"LastPasswordChangeOn":"2026-05-05T01:45:36.9900811+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"6ab0a386-1291-43e4-b9c1-1656b8b44f68","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">6ab0a386-1291-43e4-b9c1-1656b8b44f68</Id>
<AccountState>7</AccountState>
<ClubId>764fb787-8a09-4693-94cc-dae0456be2e3</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-05T01:45:36.9900811+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>99559197-1e67-4ff4-adf9-a88d80d3e38a</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>6ab0a386-1291-43e4-b9c1-1656b8b44f68</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4941d0e1-1fb6-4ad7-9b35-4484e0006646</d2p1:guid>
<d2p1:guid>dca587a7-aba2-497a-aa0a-bcd81f750cda</d2p1:guid>
</UserRoleIds>
</UserDetails>