Request Type
If you know, say which of these types your request is in the title, and follow the suggestions for that type when writing your description.
Type 1: support a REST API:
DELETE /api/api-version/sites/site-id/users/user-id?mapAssetsTo=new-user-id
https://help.tableau.com/v2020.3/api/rest_api/en-us/REST/rest_api_ref.htm#remove_user_from_site
Description
In REST API version 3.9 appeared option mapAssetsTo for Remove User from Site method allows transferring to another user the contents owned by the user being removed. I didn't find this option implementation in TSC Python library.
I think I can sign a CLA and prepare PR by myself if you approved this issue.