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": "e8f8c3e8-df1f-48b9-9ff9-1948f46ee4f9",
"ClubId": "905554a5-48d1-4e1e-8987-8030df29bfc9",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "3d732b25-ea82-414f-9ff5-0961b1d81c56",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"60618105-169b-43ec-a908-6f98b1145e2d",
"52799904-e842-460f-8e0f-c5f889cc5674"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-28T23:24:53.8804835+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "e8f8c3e8-df1f-48b9-9ff9-1948f46ee4f9",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"e8f8c3e8-df1f-48b9-9ff9-1948f46ee4f9","ClubId":"905554a5-48d1-4e1e-8987-8030df29bfc9","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"3d732b25-ea82-414f-9ff5-0961b1d81c56","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["60618105-169b-43ec-a908-6f98b1145e2d","52799904-e842-460f-8e0f-c5f889cc5674"],"AccountState":7,"LastPasswordChangeOn":"2026-04-28T23:24:53.8804835+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"e8f8c3e8-df1f-48b9-9ff9-1948f46ee4f9","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">e8f8c3e8-df1f-48b9-9ff9-1948f46ee4f9</Id>
<AccountState>7</AccountState>
<ClubId>905554a5-48d1-4e1e-8987-8030df29bfc9</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-28T23:24:53.8804835+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>3d732b25-ea82-414f-9ff5-0961b1d81c56</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>e8f8c3e8-df1f-48b9-9ff9-1948f46ee4f9</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>60618105-169b-43ec-a908-6f98b1145e2d</d2p1:guid>
<d2p1:guid>52799904-e842-460f-8e0f-c5f889cc5674</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": "23d17012-6fd1-4438-8920-5458af04286f",
"ClubId": "2082637e-e73c-4e0c-bd7b-db13e107af2f",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "d174d885-a6e1-4f96-870d-5d1c4fbbf151",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"3e12e635-de7c-4840-a03e-9bd085bb5361",
"512cca14-3ad4-4864-8d89-fcae6b4787a9"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-04-28T23:24:53.8804835+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "23d17012-6fd1-4438-8920-5458af04286f",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"23d17012-6fd1-4438-8920-5458af04286f","ClubId":"2082637e-e73c-4e0c-bd7b-db13e107af2f","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"d174d885-a6e1-4f96-870d-5d1c4fbbf151","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["3e12e635-de7c-4840-a03e-9bd085bb5361","512cca14-3ad4-4864-8d89-fcae6b4787a9"],"AccountState":7,"LastPasswordChangeOn":"2026-04-28T23:24:53.8804835+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"23d17012-6fd1-4438-8920-5458af04286f","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">23d17012-6fd1-4438-8920-5458af04286f</Id>
<AccountState>7</AccountState>
<ClubId>2082637e-e73c-4e0c-bd7b-db13e107af2f</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-04-28T23:24:53.8804835+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>d174d885-a6e1-4f96-870d-5d1c4fbbf151</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>23d17012-6fd1-4438-8920-5458af04286f</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3e12e635-de7c-4840-a03e-9bd085bb5361</d2p1:guid>
<d2p1:guid>512cca14-3ad4-4864-8d89-fcae6b4787a9</d2p1:guid>
</UserRoleIds>
</UserDetails>