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": "b3bf46c0-a0a4-41ae-948f-67cd20ef9dc6",
"ClubId": "550b1e2b-1085-42cf-9a84-dfd97651bda8",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "4a357f39-a109-44f4-9e44-792688ffddd0",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"99736204-41bc-44e4-b091-78b304848fe9",
"1cbca870-6f60-4641-8e33-92e073fa8840"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-02-05T11:32:05.2831974+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "b3bf46c0-a0a4-41ae-948f-67cd20ef9dc6",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"b3bf46c0-a0a4-41ae-948f-67cd20ef9dc6","ClubId":"550b1e2b-1085-42cf-9a84-dfd97651bda8","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"4a357f39-a109-44f4-9e44-792688ffddd0","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["99736204-41bc-44e4-b091-78b304848fe9","1cbca870-6f60-4641-8e33-92e073fa8840"],"AccountState":7,"LastPasswordChangeOn":"2026-02-05T11:32:05.2831974+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"b3bf46c0-a0a4-41ae-948f-67cd20ef9dc6","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">b3bf46c0-a0a4-41ae-948f-67cd20ef9dc6</Id>
<AccountState>7</AccountState>
<ClubId>550b1e2b-1085-42cf-9a84-dfd97651bda8</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-02-05T11:32:05.2831974+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>4a357f39-a109-44f4-9e44-792688ffddd0</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>b3bf46c0-a0a4-41ae-948f-67cd20ef9dc6</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>99736204-41bc-44e4-b091-78b304848fe9</d2p1:guid>
<d2p1:guid>1cbca870-6f60-4641-8e33-92e073fa8840</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": "5a49b48c-75c9-49a9-9045-0075a2d51c87",
"ClubId": "aad52aad-28f7-4a6e-865f-84b2532c45e3",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "f4cf8773-d996-4a4e-a376-e5aa59eb96b1",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"ededd009-6ca9-469d-99a1-f8ec70748050",
"521b034a-f503-487c-8f23-023d0fc6a7c6"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-02-05T11:32:05.2831974+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "5a49b48c-75c9-49a9-9045-0075a2d51c87",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"5a49b48c-75c9-49a9-9045-0075a2d51c87","ClubId":"aad52aad-28f7-4a6e-865f-84b2532c45e3","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"f4cf8773-d996-4a4e-a376-e5aa59eb96b1","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["ededd009-6ca9-469d-99a1-f8ec70748050","521b034a-f503-487c-8f23-023d0fc6a7c6"],"AccountState":7,"LastPasswordChangeOn":"2026-02-05T11:32:05.2831974+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"5a49b48c-75c9-49a9-9045-0075a2d51c87","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">5a49b48c-75c9-49a9-9045-0075a2d51c87</Id>
<AccountState>7</AccountState>
<ClubId>aad52aad-28f7-4a6e-865f-84b2532c45e3</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-02-05T11:32:05.2831974+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>f4cf8773-d996-4a4e-a376-e5aa59eb96b1</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>5a49b48c-75c9-49a9-9045-0075a2d51c87</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ededd009-6ca9-469d-99a1-f8ec70748050</d2p1:guid>
<d2p1:guid>521b034a-f503-487c-8f23-023d0fc6a7c6</d2p1:guid>
</UserRoleIds>
</UserDetails>