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": "f443ccdb-e756-4d4b-ad03-2976242e53e5",
"ClubId": "cc3113d2-6d45-4c5f-88a1-1868b14c2486",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "9148b834-c6ff-4ad3-b16c-976facca70b2",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"925a619d-4652-4581-9439-1ebed24e7377",
"19cb50b7-a94e-445d-b006-70c361801b09"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-14T20:45:50.8413967+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "f443ccdb-e756-4d4b-ad03-2976242e53e5",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"f443ccdb-e756-4d4b-ad03-2976242e53e5","ClubId":"cc3113d2-6d45-4c5f-88a1-1868b14c2486","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"9148b834-c6ff-4ad3-b16c-976facca70b2","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["925a619d-4652-4581-9439-1ebed24e7377","19cb50b7-a94e-445d-b006-70c361801b09"],"AccountState":7,"LastPasswordChangeOn":"2026-05-14T20:45:50.8413967+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"f443ccdb-e756-4d4b-ad03-2976242e53e5","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">f443ccdb-e756-4d4b-ad03-2976242e53e5</Id>
<AccountState>7</AccountState>
<ClubId>cc3113d2-6d45-4c5f-88a1-1868b14c2486</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-14T20:45:50.8413967+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>9148b834-c6ff-4ad3-b16c-976facca70b2</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>f443ccdb-e756-4d4b-ad03-2976242e53e5</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>925a619d-4652-4581-9439-1ebed24e7377</d2p1:guid>
<d2p1:guid>19cb50b7-a94e-445d-b006-70c361801b09</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": "0091529c-ffdd-4a80-bd01-38dee8a8ac3f",
"ClubId": "33b67228-036a-461b-b633-b364672927db",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "17ff30cc-8992-4bdd-ba67-c55901df7c21",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"330de38c-c811-4539-a188-64df2616e909",
"c686e7a3-877a-488b-a99c-d4feedc5d560"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-05-14T20:45:50.8413967+02:00",
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"LanguageId": 10,
"Id": "0091529c-ffdd-4a80-bd01-38dee8a8ac3f",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"0091529c-ffdd-4a80-bd01-38dee8a8ac3f","ClubId":"33b67228-036a-461b-b633-b364672927db","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"17ff30cc-8992-4bdd-ba67-c55901df7c21","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["330de38c-c811-4539-a188-64df2616e909","c686e7a3-877a-488b-a99c-d4feedc5d560"],"AccountState":7,"LastPasswordChangeOn":"2026-05-14T20:45:50.8413967+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"0091529c-ffdd-4a80-bd01-38dee8a8ac3f","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">0091529c-ffdd-4a80-bd01-38dee8a8ac3f</Id>
<AccountState>7</AccountState>
<ClubId>33b67228-036a-461b-b633-b364672927db</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<LanguageId>10</LanguageId>
<LastPasswordChangeOn>2026-05-14T20:45:50.8413967+02:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>17ff30cc-8992-4bdd-ba67-c55901df7c21</PersonId>
<Remarks>sample string 5</Remarks>
<UserId>0091529c-ffdd-4a80-bd01-38dee8a8ac3f</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>330de38c-c811-4539-a188-64df2616e909</d2p1:guid>
<d2p1:guid>c686e7a3-877a-488b-a99c-d4feedc5d560</d2p1:guid>
</UserRoleIds>
</UserDetails>