v5
latestOpenAPI 3.1.02026-07-31151195455.5 KBowners
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.
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
}