For the complete documentation index, see llms.txt. This page is also available as Markdown.

users

Retrieves a paginated list of identities.

users(
  after: String
  filter: UserFilterInput
  limit: Int
  order: [UserOrderByInput!]
): UserConnectionResult!

Arguments

after ● String scalar

filter ● UserFilterInput input

limit ● Int scalar

order ● [UserOrderByInput!] list input

Type

UserConnectionResult union

Last updated

Was this helpful?