collections users list

GET {{baseUrl}}/collections/:parent_id/users

Returns a list of User objects.

Request Params

KeyDatatypeRequiredDescription
cursorstringThe pagination cursor value.
expandstringWhich relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
include_deleted_datastringWhether to include data that was marked as deleted by third party webhooks.
include_remote_datastringWhether to include the original data Merge fetched from the third-party to produce these models.
page_sizestringNumber of results to return per page.

HEADERS

KeyDatatypeRequiredDescription
X-Account-Tokenstring(Required) Token identifying the end user.
Acceptstring

RESPONSES

status: OK

{"next":"\u003cstring\u003e","previous":"\u003cstring\u003e","results":[{"id":"\u003cuuid\u003e","remote_id":"\u003cstring\u003e","created_at":"\u003cdateTime\u003e","modified_at":"\u003cdateTime\u003e","name":"\u003cstring\u003e","email_address":"\u003cstring\u003e","is_active":"\u003cboolean\u003e","teams":["\u003cuuid\u003e","\u003cuuid\u003e"],"roles":["\u003cuuid\u003e","\u003cuuid\u003e"],"avatar":"\u003cstring\u003e","remote_was_deleted":"\u003cboolean\u003e","field_mappings":{"Duis3":{}},"remote_data":[{"path":"\u003cstring\u003e","data":{"readOnly":true}},{"path":"\u003cstring\u003e","data":{"readOnly":true}}]},{"id":"\u003cuuid\u003e","remote_id":"\u003cstring\u003e","created_at":"\u003cdateTime\u003e","modified_at":"\u003cdateTime\u003e","name":"\u003cstring\u003e","email_address":"\u003cstring\u003e","is_active":"\u003cboolean\u003e","teams":["\u003cuuid\u003e","\u003cuuid\u003e"],"roles":["\u003cuuid\u003e","\u003cuuid\u003e"],"avatar":"\u003cstring\u003e","remote_was_deleted":"\u003cboolean\u003e","field_mappings":{"inb_3":{},"magna_d3":{}},"remote_data":[{"path":"\u003cstring\u003e","data":{"readOnly":true}},{"path":"\u003cstring\u003e","data":{"readOnly":true}}]}]}