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": "e952910d-9939-4a3d-865c-9751c19f9589",
"ClubId": "4c9f6681-db07-4a86-9d86-5e7bbcf10196",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "d82e59d6-acfa-4f66-81d8-96daf69f487f",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"0fbcf577-4c12-440f-8d36-831915032ab8",
"f90b8b7e-e3f3-4c51-a9f2-795caa086777"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-08-22T08:32:04.9928766+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "e952910d-9939-4a3d-865c-9751c19f9589",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"e952910d-9939-4a3d-865c-9751c19f9589","ClubId":"4c9f6681-db07-4a86-9d86-5e7bbcf10196","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"d82e59d6-acfa-4f66-81d8-96daf69f487f","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["0fbcf577-4c12-440f-8d36-831915032ab8","f90b8b7e-e3f3-4c51-a9f2-795caa086777"],"AccountState":7,"LastPasswordChangeOn":"2026-08-22T08:32:04.9928766+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"e952910d-9939-4a3d-865c-9751c19f9589","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">e952910d-9939-4a3d-865c-9751c19f9589</Id>
<AccountState>7</AccountState>
<ClubId>4c9f6681-db07-4a86-9d86-5e7bbcf10196</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-08-22T08:32:04.9928766+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>d82e59d6-acfa-4f66-81d8-96daf69f487f</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>e952910d-9939-4a3d-865c-9751c19f9589</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0fbcf577-4c12-440f-8d36-831915032ab8</d2p1:guid>
<d2p1:guid>f90b8b7e-e3f3-4c51-a9f2-795caa086777</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": "93547fe9-9771-4810-8c18-c19c4a41d11a",
"ClubId": "73e87627-0ce4-4ba8-ab85-2d62a52407a5",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "09bf99e0-0c05-47cf-8bdd-c63597f953f1",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"29198ad4-ae82-4ed2-8cbc-c3c1396d4278",
"ec13da5d-c6c9-4a65-8c7b-cd2a51dcaa0b"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-08-22T08:32:05.0085068+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "93547fe9-9771-4810-8c18-c19c4a41d11a",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"93547fe9-9771-4810-8c18-c19c4a41d11a","ClubId":"73e87627-0ce4-4ba8-ab85-2d62a52407a5","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"09bf99e0-0c05-47cf-8bdd-c63597f953f1","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["29198ad4-ae82-4ed2-8cbc-c3c1396d4278","ec13da5d-c6c9-4a65-8c7b-cd2a51dcaa0b"],"AccountState":7,"LastPasswordChangeOn":"2026-08-22T08:32:05.0085068+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"93547fe9-9771-4810-8c18-c19c4a41d11a","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">93547fe9-9771-4810-8c18-c19c4a41d11a</Id>
<AccountState>7</AccountState>
<ClubId>73e87627-0ce4-4ba8-ab85-2d62a52407a5</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-08-22T08:32:05.0085068+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>09bf99e0-0c05-47cf-8bdd-c63597f953f1</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>93547fe9-9771-4810-8c18-c19c4a41d11a</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>29198ad4-ae82-4ed2-8cbc-c3c1396d4278</d2p1:guid>
<d2p1:guid>ec13da5d-c6c9-4a65-8c7b-cd2a51dcaa0b</d2p1:guid>
</UserRoleIds>
</UserDetails>