Magidoc

users
Query

Look up users.

Arguments

#

after

Returns the elements in the list that come after the specified cursor.

before

Returns the elements in the list that come before the specified cursor.

emails = []

[ String !]!
Non-null

Look up users having specific email addresses

externalIds = []

[ String !]!
Non-null

List users whose externalId match any of the given values

first

Returns the first n elements from the list.

last

Returns the last n elements from the list.

name

List users whose last name or first name contain the given string

parentGroupId

List users belonging to a group that is a direct or indirect child of the given group

projectIds = []

[ LegacyId !]!
Non-null

Look up users able to handle conversations for any of the given projects

skillIds = []

[ LegacyId !]!
Non-null

List users who have been assigned any of the given skills

userIds = []

[ LegacyId !]!
Non-null

Look up users having any of the given ids

Response

#

Returns UserConnection .

Example

#