AdminGetUsersParams
Parameters used to filter and configure the pagination of the retrieved users.
Properties
idstring | string[]IDs to filter users by.
qstringSearch terms to search users' first name, last name, and email.
orderstringThe 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_atDateComparisonOperatorDate filters to apply on the users' update_at date.
updated_atDateComparisonOperatorupdate_at date.created_atDateComparisonOperatorDate filters to apply on the customer users' created_at date.
created_atDateComparisonOperatorcreated_at date.deleted_atDateComparisonOperatorDate filters to apply on the users' deleted_at date.
deleted_atDateComparisonOperatordeleted_at date.emailstringFilter to apply on the users'
email field.first_namestringFilter to apply on the users'
first_name field.last_namestringFilter to apply on the users'
last_name field.roleUserRoleFilter to apply on the users' role field.
roleUserRolerole field.fieldsstringComma-separated fields that should be included in the returned users.
expandstringComma-separated relations that should be expanded in the returned data.
offsetnumberThe number of items to skip when retrieving a list.
Default: 0
limitnumberLimit the number of items returned in the list.
Default: 20
Was this section helpful?