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": "8dd169ff-8678-4839-a6ea-a4a6ded40e30",
"ClubId": "505370f0-5fe1-4b47-a055-565c090df806",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "7955eb52-4513-411b-a2d6-3b4e60e65ea8",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"7fb6d77d-c6fb-4f57-8b57-39dd88c56d22",
"4a0818d3-17dc-4967-ad6a-a0c4b2d76fac"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-01T02:07:14.4273591+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "8dd169ff-8678-4839-a6ea-a4a6ded40e30",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"8dd169ff-8678-4839-a6ea-a4a6ded40e30","ClubId":"505370f0-5fe1-4b47-a055-565c090df806","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"7955eb52-4513-411b-a2d6-3b4e60e65ea8","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["7fb6d77d-c6fb-4f57-8b57-39dd88c56d22","4a0818d3-17dc-4967-ad6a-a0c4b2d76fac"],"AccountState":7,"LastPasswordChangeOn":"2026-05-01T02:07:14.4273591+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"8dd169ff-8678-4839-a6ea-a4a6ded40e30","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">8dd169ff-8678-4839-a6ea-a4a6ded40e30</Id>
<AccountState>7</AccountState>
<ClubId>505370f0-5fe1-4b47-a055-565c090df806</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-01T02:07:14.4273591+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>7955eb52-4513-411b-a2d6-3b4e60e65ea8</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>8dd169ff-8678-4839-a6ea-a4a6ded40e30</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>7fb6d77d-c6fb-4f57-8b57-39dd88c56d22</d2p1:guid>
<d2p1:guid>4a0818d3-17dc-4967-ad6a-a0c4b2d76fac</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": "f4be0ed2-428b-4a0d-9129-291387e9a83b",
"ClubId": "673ac962-327a-4269-adb1-77fb4514d52c",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "bf605a80-4d41-47a3-85a0-87a92f71d78e",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"1f25213c-7ab0-4b42-8753-3636ae9f5bab",
"99ce6db8-9d9a-4b50-a6e4-958f81bd8861"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-01T02:07:14.4273591+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "f4be0ed2-428b-4a0d-9129-291387e9a83b",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"f4be0ed2-428b-4a0d-9129-291387e9a83b","ClubId":"673ac962-327a-4269-adb1-77fb4514d52c","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"bf605a80-4d41-47a3-85a0-87a92f71d78e","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["1f25213c-7ab0-4b42-8753-3636ae9f5bab","99ce6db8-9d9a-4b50-a6e4-958f81bd8861"],"AccountState":7,"LastPasswordChangeOn":"2026-05-01T02:07:14.4273591+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"f4be0ed2-428b-4a0d-9129-291387e9a83b","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">f4be0ed2-428b-4a0d-9129-291387e9a83b</Id>
<AccountState>7</AccountState>
<ClubId>673ac962-327a-4269-adb1-77fb4514d52c</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-01T02:07:14.4273591+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>bf605a80-4d41-47a3-85a0-87a92f71d78e</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>f4be0ed2-428b-4a0d-9129-291387e9a83b</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1f25213c-7ab0-4b42-8753-3636ae9f5bab</d2p1:guid>
<d2p1:guid>99ce6db8-9d9a-4b50-a6e4-958f81bd8861</d2p1:guid>
</UserRoleIds>
</UserDetails>