Resources

Transfer resources to another user

Moves ownership of several resources to another user.

Individual failures are reported per item — the request still returns 200. Check success on each entry.

Requires the Superadmin role.

post/v3/accounts/resources/transfer

Request body

receiverUserIdstring required

The user who will own the resources.

Response

The result for each resource.

idstring
resourceType'map' | 'workflow' | 'connection' | 'accessToken'
successboolean
failureReasonstring

Only present when success is false.

Changes