Get a page of owners
GET {{baseUrl}}/crm/v3/owners/?email=<string>&after=<string>&limit=100&archived=false
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
email | string | Filter by email address (optional) | |
after | string | The paging cursor token of the last successfully read resource will be returned as the paging.next.after JSON property of a paged response containing more results. | |
limit | number | The maximum number of results to display per page. | |
archived | boolean | Whether to return only results that have been archived. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"results":[{"archived":"\u003cboolean\u003e","createdAt":"\u003cdateTime\u003e","id":"\u003cstring\u003e","updatedAt":"\u003cdateTime\u003e","email":"\u003cstring\u003e","firstName":"\u003cstring\u003e","lastName":"\u003cstring\u003e","userId":"\u003cinteger\u003e","teams":[{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","primary":"\u003cboolean\u003e"},{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","primary":"\u003cboolean\u003e"}]},{"archived":"\u003cboolean\u003e","createdAt":"\u003cdateTime\u003e","id":"\u003cstring\u003e","updatedAt":"\u003cdateTime\u003e","email":"\u003cstring\u003e","firstName":"\u003cstring\u003e","lastName":"\u003cstring\u003e","userId":"\u003cinteger\u003e","teams":[{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","primary":"\u003cboolean\u003e"},{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","primary":"\u003cboolean\u003e"}]}],"paging":{"next":{"after":"\u003cstring\u003e","link":"\u003cstring\u003e"}}}