A list of Users associated with the currently authenticated User.
active
Filter by active users.
after
Returns the elements in the list that come after the specified cursor.
afterIndex
Returns the elements in the list that come after the specified index.
before
Returns the elements in the list that come before the specified cursor.
beforeIndex
Returns the elements in the list that come before the specified index.
createdAt
The date and time range the user was created.
databaseIds
The database IDs of the users to query.
emails
Email addresses of the users to filter by.
excludeGroups
Groups to exclude from the query.
first
Returns the first n elements from the list.
fullText
Full text search query for user details.
groupNames
Group names associated with the users.
groups
Groups associated with the users.
ids
The IDs of the users to query.
jobTitles
Job titles of the users to filter by.
last
Returns the last n elements from the list.
licenseTypes
License types associated with the users.
memberType
The type of membership to filter by.
orderBy
The order in which users should be returned.
originGroupIds
The origin group IDs to filter users.
usernames
The usernames of the users to filter by.
Returns QueryUserConnection .
user
viewer