GraphQL Schema ReferenceApiQueriesusersOn this pageusersFinds up to 25 users by ID. If any of the IDs don't match an existing user, errors out. users( ids: [ID!]): [User!]! Arguments users.ids ● [ID!] list scalar The IDs of the users to find. Type User object