v1

latestOpenAPI 3.0.02026-08-0481631.4 KB
automation-connections

Change automation connection owner

Changes the owner of an automation connection by specifying a new owner.

post/api/v1/automation-connections/{id}/actions/change-owner

Path parameters

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

The unique identifier for the automation connection.

Request body

userIdstring

The unique identifier of the new owner.

Example request

{
  "userId": "sWYAHxZxhtcmBT7Ptc5xJ5I6N7HxwnEy"
}

Response

No Content