---
title: "GET /owners/name/{owner_name}"
method: GET
path: "/owners/name/{owner_name}"
tags: ["owners"]
---

# GET /owners/name/{owner_name}

`GET /owners/name/{owner_name}`

Returns an `Owner` object. Does not support owners with `/` in their name, use /owners?name=... instead.

## Path parameters

- `owner_name` string, required

## Response `200`

The owner object associated with the passed-in name.

- Owner — # Owner Object ### Description The `Owner` object is used to represent an owner.
  - `owner_id` string, uuid, required — The ID of the owner.
  - `name` string — The name of the owner.
  - `description` string — A description of the owner.
  - `access_request_escalation_period` integer — The amount of time (in minutes) before the next reviewer is notified. Use 0 to remove escalation policy.
  - `reviewer_message_channel_id` string, uuid, nullable
  - `source_group_id` string, uuid, nullable

---

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