Updates a user's name, userRole, submerchantIds, and modifiedBy values.
This endpoint can be used to update a user's list of MIDs by editing their list of corresponding submerchantIds. PUT requests overwrite all existing values within a resource. To remove submerchants, or MIDs, from a user's profile, we recommend retrieving the list of all submerchantIds the user currently has access to via the GET Review User Details by Email Address or Id endpoint.
Next, submit a PUT request that lists all the submerchantIds the user should continue having access to, inlcuding the submerchantIds already associated with the user, and excluding the submerchantIds to be removed. For example, for user with existing access to submerchantIds 100, 101, and 110, to remove access to 101, pass the submerchantIds of 100 and 110 in your request.
