AdminGetUsersParams
Parameters used to filter and configure the pagination of the retrieved users.
Properties
id
string | string[]IDs to filter users by.
q
stringSearch terms to search users' first name, last name, and email.
order
stringThe field to sort the data by. By default, the sort order is ascending. To change the order to descending, prefix the field name with
-
.updated_at
DateComparisonOperatorDate filters to apply on the users' update_at
date.
updated_at
DateComparisonOperatorupdate_at
date.created_at
DateComparisonOperatorDate filters to apply on the customer users' created_at
date.
created_at
DateComparisonOperatorcreated_at
date.deleted_at
DateComparisonOperatorDate filters to apply on the users' deleted_at
date.
deleted_at
DateComparisonOperatordeleted_at
date.email
stringFilter to apply on the users'
email
field.first_name
stringFilter to apply on the users'
first_name
field.last_name
stringFilter to apply on the users'
last_name
field.role
UserRoleFilter to apply on the users' role
field.
role
UserRolerole
field.fields
stringComma-separated fields that should be included in the returned users.
expand
stringComma-separated relations that should be expanded in the returned data.
offset
numberThe number of items to skip when retrieving a list.
Default: 0
limit
numberLimit the number of items returned in the list.
Default: 20
Was this section helpful?