collections users list
GET {{baseUrl}}/collections/:parent_id/users
Returns a list of User
objects.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | string | The pagination cursor value. | |
expand | string | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | |
include_deleted_data | string | Whether to include data that was marked as deleted by third party webhooks. | |
include_remote_data | string | Whether to include the original data Merge fetched from the third-party to produce these models. | |
page_size | string | Number of results to return per page. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Accept | string |
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}}]}]}