---
title: "Get User's Owned and Administered Hubs"
method: GET
path: "/v1/user/owner-hubs"
tags: ["User"]
---

# Get User's Owned and Administered Hubs

`GET /v1/user/owner-hubs`

Get all hubs where the user is the owner or an admin

## Response `200`

Successfully retrieved the user's owned and administered hubs

- object
  - `metadata` object — Additional metadata
  - `data` HomeHub[]
    - `publicId` string
    - `name` string
    - `isDeleted` boolean
    - `mfaRequired` boolean
    - `hideProcessCreated` boolean
    - `aiSearchEnabled` boolean
    - `deletedAt` string, date-time
    - `primaryColour` string
    - `fontColour` string
    - `allowTableExport` boolean
    - `allowDocumentExport` boolean
    - `wordTemplate` string
    - `domainsAccess` string[]

---

[API](https://skmtc.net/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.net/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/versions/9c58c1c1e7e8/schema)
