Export

List Users

get/api/v1/export/users

Query parameters

created_at_fromstring date-time nullable
created_at_tostring date-time nullable
cursorstring nullable
sizeinteger

Response

Successful Response

totalinteger required
current_pagestring nullable

Cursor to refetch the current page

current_page_backwardsstring nullable

Cursor to refetch the current page starting from the last item

previous_pagestring nullable

Cursor for the previous page

next_pagestring nullable

Cursor for the next page

Changes