# Owners API

Manage entity ownership in the Veza Access Graph using the Owners API. Use [List Available Owners](/4yItIzMvkpAvMVFAamTf/developers/api/management/owners/listavailableowners.md) to discover valid owner candidates, then [Batch Set Owners](/4yItIzMvkpAvMVFAamTf/developers/api/management/owners/batchsetowners.md) to assign, add, or remove owners across multiple entities in a single request.

Owner updates are applied asynchronously — changes typically reflect within a few seconds of the API returning.

## Endpoints

| Operation                                                                                              | Method | Path                            |
| ------------------------------------------------------------------------------------------------------ | ------ | ------------------------------- |
| [List available owners](/4yItIzMvkpAvMVFAamTf/developers/api/management/owners/listavailableowners.md) | POST   | `/api/v1/list_available_owners` |
| [Batch set owners](/4yItIzMvkpAvMVFAamTf/developers/api/management/owners/batchsetowners.md)           | POST   | `/api/v1/batch_set_owners`      |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.veza.com/4yItIzMvkpAvMVFAamTf/developers/api/management/owners.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
