v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
Owner

Retrieves the collection of Owner resources.

Retrieves the collection of Owner resources.

get/owners

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

Owner collection

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

srcIdstring

Unique identifier for the owner

firstNamestring

The first name of the owner

lastNamestring nullable

The last name of the owner

emailstring nullable

The email address of the owner

createdstring

The date and time the owner profile was created

updatedstring nullable

The date and time the owner profile was last modified

isActiveboolean nullable

Whether the owner is active or not

Example response

[
  {
    "integration": "quickbooks"
  }
]