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": "4f806f62-302d-4bfe-b0d1-eba9400b74f0",
"ClubId": "d334ddf7-45c8-474a-ad69-8569a95d733f",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "426d13db-6d9e-4493-9262-36d4cfc3dec8",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"87406a22-8261-4a80-9dba-c126d781deb8",
"affcb6c3-1d77-48e1-9748-39ff05fa5b15"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-30T19:47:35.5679902+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "4f806f62-302d-4bfe-b0d1-eba9400b74f0",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"4f806f62-302d-4bfe-b0d1-eba9400b74f0","ClubId":"d334ddf7-45c8-474a-ad69-8569a95d733f","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"426d13db-6d9e-4493-9262-36d4cfc3dec8","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["87406a22-8261-4a80-9dba-c126d781deb8","affcb6c3-1d77-48e1-9748-39ff05fa5b15"],"AccountState":7,"LastPasswordChangeOn":"2026-04-30T19:47:35.5679902+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"4f806f62-302d-4bfe-b0d1-eba9400b74f0","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">4f806f62-302d-4bfe-b0d1-eba9400b74f0</Id>
<AccountState>7</AccountState>
<ClubId>d334ddf7-45c8-474a-ad69-8569a95d733f</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-30T19:47:35.5679902+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>426d13db-6d9e-4493-9262-36d4cfc3dec8</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>4f806f62-302d-4bfe-b0d1-eba9400b74f0</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>87406a22-8261-4a80-9dba-c126d781deb8</d2p1:guid>
<d2p1:guid>affcb6c3-1d77-48e1-9748-39ff05fa5b15</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": "b4c5591b-4cf3-4d6f-98a8-4ade1ae65b6e",
"ClubId": "0f68444c-beea-44b7-9d4f-693253fbcbfa",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "5f892407-c9f8-4085-996c-7bae1bb4fd2f",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"5356db33-49a2-4d24-8322-6795a0d74740",
"e67b52ec-bf9d-4769-aca9-7a2d1afe96a7"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-30T19:47:35.5679902+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "b4c5591b-4cf3-4d6f-98a8-4ade1ae65b6e",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"b4c5591b-4cf3-4d6f-98a8-4ade1ae65b6e","ClubId":"0f68444c-beea-44b7-9d4f-693253fbcbfa","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"5f892407-c9f8-4085-996c-7bae1bb4fd2f","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["5356db33-49a2-4d24-8322-6795a0d74740","e67b52ec-bf9d-4769-aca9-7a2d1afe96a7"],"AccountState":7,"LastPasswordChangeOn":"2026-04-30T19:47:35.5679902+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"b4c5591b-4cf3-4d6f-98a8-4ade1ae65b6e","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">b4c5591b-4cf3-4d6f-98a8-4ade1ae65b6e</Id>
<AccountState>7</AccountState>
<ClubId>0f68444c-beea-44b7-9d4f-693253fbcbfa</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-30T19:47:35.5679902+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>5f892407-c9f8-4085-996c-7bae1bb4fd2f</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>b4c5591b-4cf3-4d6f-98a8-4ade1ae65b6e</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5356db33-49a2-4d24-8322-6795a0d74740</d2p1:guid>
<d2p1:guid>e67b52ec-bf9d-4769-aca9-7a2d1afe96a7</d2p1:guid>
</UserRoleIds>
</UserDetails>