Queries
/users
users
Get a collection of users.
Arguments
emails[String]
A list of users' emails.ids[ID!]Required
A list of users' unique identifiers.kindUserKind
The kind to search users by (all / non_guests / guests / non_pending).limitInt
Number of users to get.nameString
Allows to fuzzy search by namenewest_firstBoolean
Get the recently created users at the top of the listnon_activeBoolean
Return non active users in the account.pageInt
Page number to get, starting at 1.
Returns
- Get a collection of users.
query users($ids: [ID!]) { users(ids: $ids) { # users fields } }
Built with