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.kind
UserKind
The kind to search users by (all / non_guests / guests / non_pending).limit
Int
Number of users to get.name
String
Allows to fuzzy search by namenewest_first
Boolean
Get the recently created users at the top of the listnon_active
Boolean
Return non active users in the account.page
Int
Page number to get, starting at 1.
Returns
- Get a collection of users.
query users($ids: [ID!]) { users(ids: $ids) { # users fields } }
Built with