core

Create a data export for this data type. Note that the export is generated asynchronously: this method returns a DataExport object that will initially have completed=false as well as the permanent URL to that object in the Location header. You can poll that URL until completed=true, at which point the file_url property will contain a URL to download

post/core/users/export/

Query parameters

attributesstring

Attributes

date_joinedstring date-time
date_joined__gtstring date-time
date_joined__ltstring date-time
emailstring
groups_by_namestring[]
groups_by_pkstring[]
is_activeboolean
is_superuserboolean
last_loginstring date-time
last_login__gtstring date-time
last_login__isnullboolean
last_login__ltstring date-time
last_updatedstring date-time
last_updated__gtstring date-time
last_updated__ltstring date-time
namestring
orderingstring

Which field to use when ordering the results.

pathstring
path_startswithstring
roles_by_namestring[]
roles_by_pkstring[]
searchstring

A search term.

typeUserTypeEnum[]
usernamestring
uuidstring uuid

Response

idstring uuid required
requested_onstring date-time required
query_paramsobject required
file_urlstring required
completedboolean required

Changes

No recorded changes to this endpoint across all 1 revision of this API.