v1

latestOpenAPI 3.1.02026-08-0480204704.7 KB
Users

Get all Users

This endpoint retrieves multiple paginated users along with meta and pagination information.

get/users

Query parameters

filter[trashed]'with' | 'only'

Optionally return result WITH deleted results or return ONLY deleted results.

filter[created_from]string date-time

Filter by results created after the provided date.

filter[created_to]string date-time

Filter by results created before the provided date.

filter[updated_from]string date-time

Filter by results updated after the provided date.

filter[updated_to]string date-time

Filter by results updated before the provided date.

page[size]number
Example:25

Set the number of results per page.

page[number]number
Example:3

Set the page number.

includestring[]

Optional related entities to include in the results.

Response

OK.