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": "4c0b9927-cc4b-4f46-b028-585b4ca643c2", "ClubId": "c45d3351-4c15-445b-8b34-75f3a7d9f6a2", "FriendlyName": "sample string 3", "NotificationEmail": "sample string 4", "PersonId": "1345195a-a492-4118-877e-4e34216835c0", "Remarks": "sample string 5", "UserName": "sample string 6", "UserRoleIds": [ "45fb7d19-f918-4f89-9a90-d5a742fbe066", "df11cf5f-3774-49e5-b9f3-8ac85795baba" ], "AccountState": 7, "LastPasswordChangeOn": "2025-09-18T22:30:13.9061518+02:00", "ForcePasswordChangeNextLogon": true, "EmailConfirmed": true, "LanguageId": 10, "Id": "4c0b9927-cc4b-4f46-b028-585b4ca643c2", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
Sample:
{"UserId":"4c0b9927-cc4b-4f46-b028-585b4ca643c2","ClubId":"c45d3351-4c15-445b-8b34-75f3a7d9f6a2","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"1345195a-a492-4118-877e-4e34216835c0","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["45fb7d19-f918-4f89-9a90-d5a742fbe066","df11cf5f-3774-49e5-b9f3-8ac85795baba"],"AccountState":7,"LastPasswordChangeOn":"2025-09-18T22:30:13.9061518+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"4c0b9927-cc4b-4f46-b028-585b4ca643c2","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">4c0b9927-cc4b-4f46-b028-585b4ca643c2</Id> <AccountState>7</AccountState> <ClubId>c45d3351-4c15-445b-8b34-75f3a7d9f6a2</ClubId> <EmailConfirmed>true</EmailConfirmed> <ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon> <FriendlyName>sample string 3</FriendlyName> <LanguageId>10</LanguageId> <LastPasswordChangeOn>2025-09-18T22:30:13.9061518+02:00</LastPasswordChangeOn> <NotificationEmail>sample string 4</NotificationEmail> <PersonId>1345195a-a492-4118-877e-4e34216835c0</PersonId> <Remarks>sample string 5</Remarks> <UserId>4c0b9927-cc4b-4f46-b028-585b4ca643c2</UserId> <UserName>sample string 6</UserName> <UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>45fb7d19-f918-4f89-9a90-d5a742fbe066</d2p1:guid> <d2p1:guid>df11cf5f-3774-49e5-b9f3-8ac85795baba</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": "bb79882f-6f3c-433a-ab8b-60425184f995", "ClubId": "401f44c3-6e33-4df2-a9f6-24e83c2fabcc", "FriendlyName": "sample string 3", "NotificationEmail": "sample string 4", "PersonId": "c81ddcee-2470-4b21-ad09-598e8750edff", "Remarks": "sample string 5", "UserName": "sample string 6", "UserRoleIds": [ "511f1272-6aed-42f3-a397-f2186e18f5ba", "e62230a8-d198-4bea-8882-ec54ce7fb959" ], "AccountState": 7, "LastPasswordChangeOn": "2025-09-18T22:30:13.9061518+02:00", "ForcePasswordChangeNextLogon": true, "EmailConfirmed": true, "LanguageId": 10, "Id": "bb79882f-6f3c-433a-ab8b-60425184f995", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
Sample:
{"UserId":"bb79882f-6f3c-433a-ab8b-60425184f995","ClubId":"401f44c3-6e33-4df2-a9f6-24e83c2fabcc","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"c81ddcee-2470-4b21-ad09-598e8750edff","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["511f1272-6aed-42f3-a397-f2186e18f5ba","e62230a8-d198-4bea-8882-ec54ce7fb959"],"AccountState":7,"LastPasswordChangeOn":"2025-09-18T22:30:13.9061518+02:00","ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"LanguageId":10,"Id":"bb79882f-6f3c-433a-ab8b-60425184f995","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">bb79882f-6f3c-433a-ab8b-60425184f995</Id> <AccountState>7</AccountState> <ClubId>401f44c3-6e33-4df2-a9f6-24e83c2fabcc</ClubId> <EmailConfirmed>true</EmailConfirmed> <ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon> <FriendlyName>sample string 3</FriendlyName> <LanguageId>10</LanguageId> <LastPasswordChangeOn>2025-09-18T22:30:13.9061518+02:00</LastPasswordChangeOn> <NotificationEmail>sample string 4</NotificationEmail> <PersonId>c81ddcee-2470-4b21-ad09-598e8750edff</PersonId> <Remarks>sample string 5</Remarks> <UserId>bb79882f-6f3c-433a-ab8b-60425184f995</UserId> <UserName>sample string 6</UserName> <UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>511f1272-6aed-42f3-a397-f2186e18f5ba</d2p1:guid> <d2p1:guid>e62230a8-d198-4bea-8882-ec54ce7fb959</d2p1:guid> </UserRoleIds> </UserDetails>