PATCH api/Account/PatchRequestorUser/{id}
Updates user's information.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
user id |
string |
Required |
Body Parameters
UpdateRequestorUserPatchName | Description | Type | Additional information |
---|---|---|---|
Operations | Collection of JsonPatchOperation |
None. |
|
HasOperations | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Operations": [], "HasOperations": false }
application/xml, text/xml
Sample:
<JsonPatchDocumentOfUpdateRequestorUserPatchPZwOT9zs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JsonPatch"> <Operations /> </JsonPatchDocumentOfUpdateRequestorUserPatchPZwOT9zs>
Response Information
Resource Description
UpdateRequestorUserResultName | Description | Type | Additional information |
---|---|---|---|
LastUpdatedUtc |
Last update time of the User entity. Actually it is the updated user server time. |
date |
None. |
Response Formats
application/json, text/json
Sample:
{ "LastUpdatedUtc": "2024-12-22T18:44:30.7925884+01:00" }
application/xml, text/xml
Sample:
<UpdateRequestorUserResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RequestorApiDataStructures.Results"> <LastUpdatedUtc>2024-12-22T18:44:30.7925884+01:00</LastUpdatedUtc> </UpdateRequestorUserResult>