INPUT_OBJECT
User_Exact
Exact match query arguments for User
link GraphQL Schema definition
- input User_Exact {
- # Select multiple User by ID.
- Int] : [
- # Login name.
- String :
- # First/Given name.
- String :
- # Last/Surname.
- String :
- # True if the user is generated by system and not customer, such as an internal
- # temporary support user.
- Boolean :
- # Unique supplier ID.
- Int] : [
- # List of user ids NOT to include
- Int]] : [[
- # List of tags that users have access to view
- Int] : [
- # User types
- UserTypes] : [
- # Matches any users that have allocations matching the given criteria
- UserHasAllocation :
- # List of competency (active and enabled) IDs that users must have at least one.
- Int] : [
- # List of induction (active and enabled) IDs that users must have at least one.
- Int] : [
- # List of competency (active and enabled) IDs that users have to have.
- Int] : [
- # List of induction IDs that users have to have.
- Int] : [
- # List of skill IDs that users have to have. Works with compound, simple, and sub
- # skills.
- Int] : [
- # (DEPRECATED) List of skill IDs that users have to have. Works with compound,
- # simple, and sub skills.
- Int] : [
- # If true, show only users who have a contact number. If false only show users
- # with no number
- Boolean :
- # Filters users that are associated to the given asset ids
- Int] : [
- # `true` to show the active items, `false` otherwise. `null` to show both active &
- # deactivated items. Defaults to `true`.
- Boolean :
- }