v1

latestOpenAPI 3.0.02026-08-04181876.9 KB
automations

Change automation owner

Changes the owner of an automation to another user. This action removes the history and change logs of this automation. All linked connections used in the automation are detached and not moved to the new owner. The requesting user must be assigned TenantAdmin role or have at least one of the following scopes: admin.automations, admin.automations:strict.

post/api/v1/automations/{id}/actions/move

Path parameters

idstring uuid required
Example:00000000-0000-0000-0000-000000000000

The unique identifier for the automation.

Request body

userIdstring required

Example request

{
  "userId": "sWYAHxZxhtcmBT7Ptc5xJ5I6N7HxwnEy"
}

Response

No Content