Move form to another organization
POST {{base_url}}/forms/{{form_id}}/move
neworganizationid is the organization_id of the form's destination.
To move a form from Organization A to Organization B, you must be:
- The account owner of Organization A (admin permissions are insufficient)
- A team member of Organization B
The form will be moved to the root folder of the organization.
Request Body
{"new_organization_id"=>"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
organization-id | string | ||
Content-Type | string |