v5

latestOpenAPI 3.1.02026-07-31151195455.5 KB
owners

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

get/owners/name/{owner_name}

Path parameters

owner_namestring required

The name of the owner.

Response

The owner object associated with the passed-in name.

owner_idstring uuid required

The ID of the owner.

namestring

The name of the owner.

descriptionstring

A description of the owner.

access_request_escalation_periodinteger

The amount of time (in minutes) before the next reviewer is notified. Use 0 to remove escalation policy.

reviewer_message_channel_idstring uuid nullable
source_group_idstring uuid nullable

Example response

{
  "owner_id": "f454d283-ca87-4a8a-bdbb-df212eca5353",
  "name": "API Owner",
  "description": "This owner represents the API team owners.",
  "access_request_escalation_period": 120
}