Skip to main content

User Browse

User Browse

This page lists the filters and sorts the user browse accepts. Refer to the main Api Browse methods page for how to send them.

NOTE Users have no rating or favourite of their own, so this browse has no user_flag or user_rating filters.

API methods using this browse

users

Available browse filters

Send filters in the cond parameter as filter,value pairs, separated by ;

e.g. cond=starts_with,a

FilterValueDescription
accessintegerOnly users with this access level: 5 guest, 25 user, 50 content manager, 75 catalog manager, 100 admin.
alpha_matchstringAlias of like.
disabled0 or 1Send 1 for disabled accounts, 0 for active ones.
equalstringThe full name, username or email is exactly this value.
exact_matchstringAlias of equal.
idarrayOnly these user ids. It takes a list, which cond cannot send, so cond=id,1 builds an empty list and the browse returns nothing.
likestringThe full name, username or email contains this value.
not_likestringThe full name, username or email does not contain this value.
not_starts_withstringNone of the full name, username or email starts with this value.
regex_matchregexThe full name, username or email matches this MySQL regular expression.
regex_not_matchregexNone of the full name, username or email matches this MySQL regular expression.
starts_withstringThe full name, username or email starts with this value.

Available browse sorts

Send a single sort in the sort parameter as name,order, where order is ASC or DESC.

e.g. sort=access,DESC

SortDescription
accessAccess level, lowest first.
cityCity on the user's profile.
create_dateWhen the account was created.
disabledDisabled accounts group together.
emailEmail address.
fullnameThe user's full name.
fullname_publicWhether the user shows their full name publicly.
idThe user id, which is the order the accounts were created in.
last_seenWhen the user was last seen.
randRandom order, applied per request. Paging through it repeats and skips users, so ask for everything in one call.
stateProcessing state of the episode.
usernameThe owner's username.
websiteWebsite address.