v5
latestOpenAPI 3.1.02026-07-31151195455.5 KBowners
Gets the list of users for this owner, in escalation priority order if applicable.
get/owners/{owner_id}/users
Path parameters
owner_idstring uuid required
The ID of the owner.
Response
The users for this owner.
Example response
{
"users": [
{
"user_id": "29827fb8-f2dd-4e80-9576-28e31e9934ac",
"email": "john.doe@company.dev",
"full_name": "John Doe",
"first_name": "John",
"last_name": "Doe",
"position": "Engineer"
}
]
}