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": "c60a7367-a24b-476a-a48e-ca35fd7d5d52",
"ClubId": "16f1c1bf-bbe7-41fe-9953-b5c77718f327",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "045305ca-f8d0-4c12-97c2-2de836532a3f",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"ec6e24ff-d8ac-464f-ba4c-b2850551f94c",
"521249e7-f77e-42bb-90a4-6f03a5990f2f"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-08T18:06:49.8413751+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "c60a7367-a24b-476a-a48e-ca35fd7d5d52",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"c60a7367-a24b-476a-a48e-ca35fd7d5d52","ClubId":"16f1c1bf-bbe7-41fe-9953-b5c77718f327","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"045305ca-f8d0-4c12-97c2-2de836532a3f","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["ec6e24ff-d8ac-464f-ba4c-b2850551f94c","521249e7-f77e-42bb-90a4-6f03a5990f2f"],"AccountState":7,"LastPasswordChangeOn":"2026-05-08T18:06:49.8413751+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"c60a7367-a24b-476a-a48e-ca35fd7d5d52","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">c60a7367-a24b-476a-a48e-ca35fd7d5d52</Id>
<AccountState>7</AccountState>
<ClubId>16f1c1bf-bbe7-41fe-9953-b5c77718f327</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-08T18:06:49.8413751+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>045305ca-f8d0-4c12-97c2-2de836532a3f</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>c60a7367-a24b-476a-a48e-ca35fd7d5d52</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ec6e24ff-d8ac-464f-ba4c-b2850551f94c</d2p1:guid>
<d2p1:guid>521249e7-f77e-42bb-90a4-6f03a5990f2f</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": "5e5f77ff-fce0-4994-ba7d-2f168ed089a0",
"ClubId": "156832b9-205a-43bb-91e7-973a5876b687",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "95f369fa-89e1-456c-80ba-3251360037ef",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"918a5396-0fcd-460b-9ace-2a1cea0ae3d9",
"4d3ace68-6a4d-4cda-9751-1b621a42bb61"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-08T18:06:49.8569936+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "5e5f77ff-fce0-4994-ba7d-2f168ed089a0",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"5e5f77ff-fce0-4994-ba7d-2f168ed089a0","ClubId":"156832b9-205a-43bb-91e7-973a5876b687","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"95f369fa-89e1-456c-80ba-3251360037ef","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["918a5396-0fcd-460b-9ace-2a1cea0ae3d9","4d3ace68-6a4d-4cda-9751-1b621a42bb61"],"AccountState":7,"LastPasswordChangeOn":"2026-05-08T18:06:49.8569936+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"5e5f77ff-fce0-4994-ba7d-2f168ed089a0","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">5e5f77ff-fce0-4994-ba7d-2f168ed089a0</Id>
<AccountState>7</AccountState>
<ClubId>156832b9-205a-43bb-91e7-973a5876b687</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-08T18:06:49.8569936+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>95f369fa-89e1-456c-80ba-3251360037ef</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>5e5f77ff-fce0-4994-ba7d-2f168ed089a0</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>918a5396-0fcd-460b-9ace-2a1cea0ae3d9</d2p1:guid>
<d2p1:guid>4d3ace68-6a4d-4cda-9751-1b621a42bb61</d2p1:guid>
</UserRoleIds>
</UserDetails>