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": "0bd8f22a-2bf3-4d7e-89ba-6697ddc0d9d3",
"ClubId": "7340f4bf-b7ca-4ce3-a182-e55bfb7c5530",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "b353c619-d540-437a-9a6c-f193db189683",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"b47128cc-577d-496d-bee4-1ab430d43893",
"95919f41-031f-4932-8026-35da3f611f3e"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-01T23:41:05.0211137+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "0bd8f22a-2bf3-4d7e-89ba-6697ddc0d9d3",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"0bd8f22a-2bf3-4d7e-89ba-6697ddc0d9d3","ClubId":"7340f4bf-b7ca-4ce3-a182-e55bfb7c5530","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"b353c619-d540-437a-9a6c-f193db189683","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["b47128cc-577d-496d-bee4-1ab430d43893","95919f41-031f-4932-8026-35da3f611f3e"],"AccountState":7,"LastPasswordChangeOn":"2026-05-01T23:41:05.0211137+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"0bd8f22a-2bf3-4d7e-89ba-6697ddc0d9d3","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">0bd8f22a-2bf3-4d7e-89ba-6697ddc0d9d3</Id>
<AccountState>7</AccountState>
<ClubId>7340f4bf-b7ca-4ce3-a182-e55bfb7c5530</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-01T23:41:05.0211137+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>b353c619-d540-437a-9a6c-f193db189683</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>0bd8f22a-2bf3-4d7e-89ba-6697ddc0d9d3</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b47128cc-577d-496d-bee4-1ab430d43893</d2p1:guid>
<d2p1:guid>95919f41-031f-4932-8026-35da3f611f3e</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": "24af945f-5a57-4c54-81f3-2de16a3560d8",
"ClubId": "228646d3-10a5-44d2-83dc-eb2a1f038b9c",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "81b05064-2480-46ca-a6ec-8e21d86ed58d",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"be525830-3632-4931-b519-e07ae44d7b12",
"a3ae4959-9ed5-440e-849f-7bb301c6a6d0"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-01T23:41:05.0211137+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "24af945f-5a57-4c54-81f3-2de16a3560d8",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"24af945f-5a57-4c54-81f3-2de16a3560d8","ClubId":"228646d3-10a5-44d2-83dc-eb2a1f038b9c","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"81b05064-2480-46ca-a6ec-8e21d86ed58d","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["be525830-3632-4931-b519-e07ae44d7b12","a3ae4959-9ed5-440e-849f-7bb301c6a6d0"],"AccountState":7,"LastPasswordChangeOn":"2026-05-01T23:41:05.0211137+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"24af945f-5a57-4c54-81f3-2de16a3560d8","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">24af945f-5a57-4c54-81f3-2de16a3560d8</Id>
<AccountState>7</AccountState>
<ClubId>228646d3-10a5-44d2-83dc-eb2a1f038b9c</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-01T23:41:05.0211137+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>81b05064-2480-46ca-a6ec-8e21d86ed58d</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>24af945f-5a57-4c54-81f3-2de16a3560d8</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>be525830-3632-4931-b519-e07ae44d7b12</d2p1:guid>
<d2p1:guid>a3ae4959-9ed5-440e-849f-7bb301c6a6d0</d2p1:guid>
</UserRoleIds>
</UserDetails>