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": "a13d2af6-a6b1-49a1-994a-6582602b3b7e",
"ClubId": "aba0f557-39c4-49f9-b54f-0122a9853681",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "3b183b25-9fe7-4dc0-9c5c-a0522c8df343",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"e122ce77-8cd2-421c-9916-e5cb5ab28079",
"32768632-3ae3-40c9-bdce-4897046a3bbd"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-01-25T09:42:26.6087959+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "a13d2af6-a6b1-49a1-994a-6582602b3b7e",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"a13d2af6-a6b1-49a1-994a-6582602b3b7e","ClubId":"aba0f557-39c4-49f9-b54f-0122a9853681","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"3b183b25-9fe7-4dc0-9c5c-a0522c8df343","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["e122ce77-8cd2-421c-9916-e5cb5ab28079","32768632-3ae3-40c9-bdce-4897046a3bbd"],"AccountState":7,"LastPasswordChangeOn":"2026-01-25T09:42:26.6087959+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"a13d2af6-a6b1-49a1-994a-6582602b3b7e","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">a13d2af6-a6b1-49a1-994a-6582602b3b7e</Id>
<AccountState>7</AccountState>
<ClubId>aba0f557-39c4-49f9-b54f-0122a9853681</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-01-25T09:42:26.6087959+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>3b183b25-9fe7-4dc0-9c5c-a0522c8df343</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>a13d2af6-a6b1-49a1-994a-6582602b3b7e</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e122ce77-8cd2-421c-9916-e5cb5ab28079</d2p1:guid>
<d2p1:guid>32768632-3ae3-40c9-bdce-4897046a3bbd</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": "45f52dc8-ef5c-40d3-805b-bdf89c40783f",
"ClubId": "edb04e18-b47c-4671-b9f1-d190d0ff38ba",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "24ca13aa-4228-4efc-800c-f1d88e6375fd",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"df0677ce-f47d-4745-bb58-0aa11913824f",
"376d211e-62f7-4b41-9e65-48784c62a1be"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-01-25T09:42:26.6087959+01:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "45f52dc8-ef5c-40d3-805b-bdf89c40783f",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"45f52dc8-ef5c-40d3-805b-bdf89c40783f","ClubId":"edb04e18-b47c-4671-b9f1-d190d0ff38ba","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"24ca13aa-4228-4efc-800c-f1d88e6375fd","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["df0677ce-f47d-4745-bb58-0aa11913824f","376d211e-62f7-4b41-9e65-48784c62a1be"],"AccountState":7,"LastPasswordChangeOn":"2026-01-25T09:42:26.6087959+01:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"45f52dc8-ef5c-40d3-805b-bdf89c40783f","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">45f52dc8-ef5c-40d3-805b-bdf89c40783f</Id>
<AccountState>7</AccountState>
<ClubId>edb04e18-b47c-4671-b9f1-d190d0ff38ba</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-01-25T09:42:26.6087959+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>24ca13aa-4228-4efc-800c-f1d88e6375fd</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>45f52dc8-ef5c-40d3-805b-bdf89c40783f</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>df0677ce-f47d-4745-bb58-0aa11913824f</d2p1:guid>
<d2p1:guid>376d211e-62f7-4b41-9e65-48784c62a1be</d2p1:guid>
</UserRoleIds>
</UserDetails>