Magidoc

users
Query

A list of Users associated with the currently authenticated User.

Arguments

#

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.

databaseIds

[ String !]

The database IDs of the users to query.

emails

[ String !]

Email addresses of the users to filter by.

excludeGroups

[ String !]

Groups to exclude from the query.

first

Returns the first n elements from the list.

fullText

Full text search query for user details.

groupNames

[ String !]

Group names associated with the users.

groups

[ String !]

Groups associated with the users.

ids

[ ID !]

The IDs of the users to query.

jobTitles

[ String !]

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

[ ID !]

The origin group IDs to filter users.

usernames

[ String !]

The usernames of the users to filter by.

Response

#

Returns QueryUserConnection .

Example

#

3