v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141891,2951.1 MB

Lists the entity (domain units) owners.

get/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/owners

Path parameters

domainIdentifierstring required

The ID of the domain where you want to list entity owners.

entityType'DOMAIN_UNIT' required

The type of the entity that you want to list.

entityIdentifierstring required

The ID of the entity that you want to list.

Query parameters

maxResultsinteger

The maximum number of entities to return in a single call to <code>ListEntityOwners</code>. When the number of entities to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListEntityOwners</code> to list the next set of entities.

nextTokenstring

When the number of entities is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of entities, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListEntityOwners</code> to list the next set of entities.

Response

Success

nextTokenstring

When the number of entities is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of entities, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListEntityOwners</code> to list the next set of entities.