PUT api/v1/users/{userId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userId | globally unique identifier |
Required |
Body Parameters
UserDetailsName | 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": "90efbc8e-6194-4c3e-a935-761c4c9c2ad8", "ClubId": "2e9194b9-2234-41aa-b638-697fd353e0d7", "FriendlyName": "sample string 3", "NotificationEmail": "sample string 4", "PersonId": "5a5cc0ce-01be-4cd6-9778-15690c605f96", "Remarks": "sample string 5", "UserName": "sample string 6", "UserRoleIds": [ "cd86d10b-e6cc-443b-9e31-68146ce53252", "8c851168-9e19-4154-b0bd-5eb0ca117946" ], "AccountState": 7, "LastPasswordChangeOn": "2025-06-21T22:19:18.6087198+02:00", "ForcePasswordChangeNextLogon": true, "EmailConfirmed": true, "LanguageId": 10, "Id": "90efbc8e-6194-4c3e-a935-761c4c9c2ad8", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
Sample:
{"UserId":"90efbc8e-6194-4c3e-a935-761c4c9c2ad8","ClubId":"2e9194b9-2234-41aa-b638-697fd353e0d7","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"5a5cc0ce-01be-4cd6-9778-15690c605f96","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["cd86d10b-e6cc-443b-9e31-68146ce53252","8c851168-9e19-4154-b0bd-5eb0ca117946"],"AccountState":7,"LastPasswordChangeOn":"2025-06-21T22:19:18.6087198+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"90efbc8e-6194-4c3e-a935-761c4c9c2ad8","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">90efbc8e-6194-4c3e-a935-761c4c9c2ad8</Id> <AccountState>7</AccountState> <ClubId>2e9194b9-2234-41aa-b638-697fd353e0d7</ClubId> <EmailConfirmed>true</EmailConfirmed> <ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon> <FriendlyName>sample string 3</FriendlyName> <LanguageId>10</LanguageId> <LastPasswordChangeOn>2025-06-21T22:19:18.6087198+02:00</LastPasswordChangeOn> <NotificationEmail>sample string 4</NotificationEmail> <PersonId>5a5cc0ce-01be-4cd6-9778-15690c605f96</PersonId> <Remarks>sample string 5</Remarks> <UserId>90efbc8e-6194-4c3e-a935-761c4c9c2ad8</UserId> <UserName>sample string 6</UserName> <UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>cd86d10b-e6cc-443b-9e31-68146ce53252</d2p1:guid> <d2p1:guid>8c851168-9e19-4154-b0bd-5eb0ca117946</d2p1:guid> </UserRoleIds> </UserDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UserDetailsName | 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": "3f00c414-bcea-46ca-999f-214e19f10b98", "ClubId": "2505bee9-a2d0-474f-b509-cea5178cceaa", "FriendlyName": "sample string 3", "NotificationEmail": "sample string 4", "PersonId": "127faa9b-7f99-4d80-b03a-1a61ef60b10a", "Remarks": "sample string 5", "UserName": "sample string 6", "UserRoleIds": [ "4627df59-3895-4ae0-a0a9-6521c76ffe43", "1cd6f579-da17-449c-86f7-583398808ef2" ], "AccountState": 7, "LastPasswordChangeOn": "2025-06-21T22:19:18.6087198+02:00", "ForcePasswordChangeNextLogon": true, "EmailConfirmed": true, "LanguageId": 10, "Id": "3f00c414-bcea-46ca-999f-214e19f10b98", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
Sample:
{"UserId":"3f00c414-bcea-46ca-999f-214e19f10b98","ClubId":"2505bee9-a2d0-474f-b509-cea5178cceaa","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"127faa9b-7f99-4d80-b03a-1a61ef60b10a","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["4627df59-3895-4ae0-a0a9-6521c76ffe43","1cd6f579-da17-449c-86f7-583398808ef2"],"AccountState":7,"LastPasswordChangeOn":"2025-06-21T22:19:18.6087198+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"3f00c414-bcea-46ca-999f-214e19f10b98","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">3f00c414-bcea-46ca-999f-214e19f10b98</Id> <AccountState>7</AccountState> <ClubId>2505bee9-a2d0-474f-b509-cea5178cceaa</ClubId> <EmailConfirmed>true</EmailConfirmed> <ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon> <FriendlyName>sample string 3</FriendlyName> <LanguageId>10</LanguageId> <LastPasswordChangeOn>2025-06-21T22:19:18.6087198+02:00</LastPasswordChangeOn> <NotificationEmail>sample string 4</NotificationEmail> <PersonId>127faa9b-7f99-4d80-b03a-1a61ef60b10a</PersonId> <Remarks>sample string 5</Remarks> <UserId>3f00c414-bcea-46ca-999f-214e19f10b98</UserId> <UserName>sample string 6</UserName> <UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>4627df59-3895-4ae0-a0a9-6521c76ffe43</d2p1:guid> <d2p1:guid>1cd6f579-da17-449c-86f7-583398808ef2</d2p1:guid> </UserRoleIds> </UserDetails>