v5

latestOpenAPI 3.1.02026-07-31151195455.5 KB
owners

Get owners

Returns a list of Owner objects.

get/owners

Query parameters

cursorstring

The pagination cursor value.

page_sizeinteger

Number of results to return per page. Default is 200.

namestring

Owner name to filter by.

Response

One page worth of owners in your organization.

nextstring nullable

The cursor with which to continue pagination if additional result pages exist.

previousstring nullable

The cursor used to obtain the current result page.

Example response

{
  "next": "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw",
  "previous": "cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ",
  "results": [
    {
      "owner_id": "f454d283-ca87-4a8a-bdbb-df212eca5353",
      "name": "API Owner",
      "description": "This owner represents the API team owners.",
      "access_request_escalation_period": 120
    },
    {
      "owner_id": "e8581682-04f7-473a-a419-472f0fb26d46",
      "name": "Finance Owner",
      "description": "This owner represents the Finance team owners.",
      "access_request_escalation_period": 120
    }
  ]
}