NOTE: This API endpoint may be unstable and is under review. Avoid using if possible. For more information, please contact Alteryx Support.
Contents:
Transfers all of the assets owned by one user to another.
NOTE: The asset transfer endpoint cannot be applied to deleted users. If you are deleting a user, you must transfer the assets first. Then, you can delete the user. This endpoint does not delete users.
NOTE: No checks are made regarding access to the transferred objects for the receiving user. It is possible to transfer ownership of assets that the receiving user cannot access.
NOTE: Shared assets are not transferred.
NOTE: This transfer cannot be undone. You can transfer the receiving user's assets back to the target user, but that step transfers all assets.
Version: v4
Required Permissions
The authenticated user must be an admin.
NOTE: Each request to the Designer Cloud Powered by Trifacta® platform must include authentication credentials. See https://api.trifacta.com/ee/6.8/index.html#section/Authentication.
Request
Request Type: PATCH
Endpoint:
/v4/people/<tid>/assetTransfer/<id>
where:
Parameter | Description |
---|---|
<tid> | Internal identifier of the targeted user to receive the transferred assets. |
<id> | Internal identifier of the user whose assets are to be transferred. |
Request URI - Example:
/v4/people/4/assetTransfer/7
Request Body:
Empty.
Response
Response Status Code - Success: 201 - Created
Response Body Example:
{ [ 1, [ 0, [ { "connectionId": 7, "personId": 4, "role": "owner", "createdAt": "2019-02-21T19:52:22.993Z", "updatedAt": "2019-02-21T19:52:22.993Z" } ] ] ] }
Reference
Property | Description |
---|---|
connectionId | Internal identifier of the connection to use |
personId | Internal identifier of the person receiving the assets. |
createdAt | Timestamp for when the transfer created |
updatedAt | Timestamp for when the transfer was last modified |
This page has no comments.