---
title: "GET /tenants/self/owner"
method: GET
path: "/tenants/self/owner"
tags: ["Tenants"]
---

# GET /tenants/self/owner

`GET /tenants/self/owner`

## Response `200`

Success

- TenantMemberResponse
  - `id` string, uuid
  - `tenant_id` string, uuid
  - `user` User
    - `id` string, uuid
    - `email` string, email, nullable
    - `provider` string, nullable
    - `mfa_enrolled` boolean
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `picture` string, nullable
  - `role` string, nullable
  - `created_by` string, uuid, nullable
  - `created_date` string, date-time, nullable
  - `modified_by` string, uuid, nullable
  - `modified_at` string, date-time, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/basistheory/apis/basis-theory-api.md) · [All operations](https://skmtc.net/basistheory/apis/basis-theory-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/basistheory/basis-theory-api/revisions/cbb8e098b560/schema)
