Skip to content

Move Site

Move a site to a different tenant or organizational owner. Requires ADMIN permissions (validated at the platform level).

Parameters

name * are required parametersdata typedescription
siteId*stringThe unique identifier of the site to move
body.tenantId*stringThe destination tenant ID
body.divisionIdstringOptional destination division ID

Return Value

The updated site configuration with the new owner.

Examples

bash
curl -X PUT "https://app.wombat.software/api/site/:siteId/move" \
  -H "Content-Type: application/json" \
  -H "Authentication: Bearer ..." \
  -d '{"tenantId": "tenant-abc123"}'

ENDPOINTS

put/api/site/:siteId/move