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": "e6c21bdc-872a-434d-8618-68768b62044e",
"ClubId": "eabfa78a-0e7a-4128-84a3-1f0fa95b5354",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "76b96f97-8bf7-40c4-8b28-d05e6abb35f3",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"ca4b09c8-f3dc-418a-b4d8-338840e64ba8",
"5d273cd2-929c-4cc5-afdb-c3b8f28dd325"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-27T21:47:56.8961135+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "e6c21bdc-872a-434d-8618-68768b62044e",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"e6c21bdc-872a-434d-8618-68768b62044e","ClubId":"eabfa78a-0e7a-4128-84a3-1f0fa95b5354","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"76b96f97-8bf7-40c4-8b28-d05e6abb35f3","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["ca4b09c8-f3dc-418a-b4d8-338840e64ba8","5d273cd2-929c-4cc5-afdb-c3b8f28dd325"],"AccountState":7,"LastPasswordChangeOn":"2026-04-27T21:47:56.8961135+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"e6c21bdc-872a-434d-8618-68768b62044e","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">e6c21bdc-872a-434d-8618-68768b62044e</Id>
<AccountState>7</AccountState>
<ClubId>eabfa78a-0e7a-4128-84a3-1f0fa95b5354</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-27T21:47:56.8961135+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>76b96f97-8bf7-40c4-8b28-d05e6abb35f3</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>e6c21bdc-872a-434d-8618-68768b62044e</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ca4b09c8-f3dc-418a-b4d8-338840e64ba8</d2p1:guid>
<d2p1:guid>5d273cd2-929c-4cc5-afdb-c3b8f28dd325</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": "ef457742-87cc-45b9-ab50-dbe20c861d10",
"ClubId": "3b6eb7bd-d30f-47f9-9c4a-29e44636a77f",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "2e1e81cf-aad3-4089-aabd-3daf0c370613",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"255c3eba-6e91-47cb-b5ee-9358429e85f7",
"b033abbe-423f-451c-a9c9-c30846204121"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-27T21:47:56.9117349+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "ef457742-87cc-45b9-ab50-dbe20c861d10",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"ef457742-87cc-45b9-ab50-dbe20c861d10","ClubId":"3b6eb7bd-d30f-47f9-9c4a-29e44636a77f","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"2e1e81cf-aad3-4089-aabd-3daf0c370613","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["255c3eba-6e91-47cb-b5ee-9358429e85f7","b033abbe-423f-451c-a9c9-c30846204121"],"AccountState":7,"LastPasswordChangeOn":"2026-04-27T21:47:56.9117349+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"ef457742-87cc-45b9-ab50-dbe20c861d10","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">ef457742-87cc-45b9-ab50-dbe20c861d10</Id>
<AccountState>7</AccountState>
<ClubId>3b6eb7bd-d30f-47f9-9c4a-29e44636a77f</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-27T21:47:56.9117349+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>2e1e81cf-aad3-4089-aabd-3daf0c370613</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>ef457742-87cc-45b9-ab50-dbe20c861d10</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>255c3eba-6e91-47cb-b5ee-9358429e85f7</d2p1:guid>
<d2p1:guid>b033abbe-423f-451c-a9c9-c30846204121</d2p1:guid>
</UserRoleIds>
</UserDetails>