Docs

Docs

  • Getting Started
  • Features
  • Docs
  • API
  • FAQS

›GraphQL

Getting Started

  • Introduction
  • Terms

Models

  • Analysis
  • Audit
  • Detection
  • Frame
  • Record
  • Report
  • Request
  • Target

Audits

  • Dialog Events
  • Download Events
  • History Events
  • Screenshots
  • Texts
  • Vibrate Events

Detections

  • Adware
  • Auto Download
  • Auto Redirect
  • Auto Redirect App Market
  • Auto Vibrate
  • Back Button Hijack
  • Blacklist
  • Browser Locker
  • Cryptocurrency Miner
  • JavaScript Dialog On Entry
  • JavaScript Dialog On Exit
  • Landing Page Error
  • Malicious URL
  • Malware
  • NSFW
  • Phishing URL
  • Potentially Unwanted Programs
  • Ransomware
  • Scareware
  • Suspicious TLD
  • SSL Non Compliant

GraphQL

  • Interfaces
  • Enums
  • Scalars
  • Account
  • AlertRules
  • Analysis
  • Consumption
  • Device
  • Location
  • Notification
  • Organization
  • Plan
  • Project
  • Recognition
  • User
  • Viewer
  • Violation

User

version   : 0.0.0
stability : stable

Objects

User

Fields

NameTypeDescription
accountAccountFind an account by its login that the user belongs to.
idID!The user's identifier.
loginString!The user's login name.
nameStringThe user's public profile name. (This field will be replaced by `firstName` and `lastName` and will be no longer available from 2021/06/02)
firstNameStringThe user's public profile first name.
lastNameStringThe user's public profile last name.
organizationOrganizationFind an organization by its login that the user belongs to.
accountPermissionPermissionThe permission level of the user inside the account.
organizationPermissionPermissionThe permission level of the user inside the organization.
userTypeUserTypeThe user's platform type (Frontend or API)
jobTitleStringThe user's job title.

UserEdge

Fields

NameTypeDescription
cursorID!-
nodeUser-

PageInfo

Information about type pagination in a connection. Fields

NameTypeDescription
startCursorIDWhen paginating backwards, the cursor to continue.
endCursorIDWhen paginating forwards, the cursor to continue.
hasNextPageBoolean!When paginating forwards, are there more items?
hasPreviousPageBoolean!When paginating backwards, are there more items?

UserConnection

Fields

NameTypeDescription
edges[UserEdge]!-
nodes[User]!-
pageInfoPageInfo!-

Queries

user

Returns: User

Arguments

NameTypeDescription
loginString!-

users

Returns: UserConnection

Arguments

NameTypeDescription
firstInt!-
afterString-

Mutations

createUser

Returns: User

Arguments

NameTypeDescription
inputCreateUserMutationInput!-

updateUser

Returns: User

Arguments

NameTypeDescription
inputUpdateUserMutationInput!-

deleteUser

Returns: User

Arguments

NameTypeDescription
inputDeleteUserMutationInput!-

Inputs

CreateUserMutationInput

Fields

NameTypeDescriptionDefault
accountConstraintStringThe account of the user.-
nameConstraintStringThe user's public profile name. (This field will be replaced by `firstName` and `lastName` and will be no longer available from 2021/06/02)-
firstNameConstraintStringThe user's public profile first name.-
lastNameConstraintStringThe user's public profile last name.-
emailConstraintStringThe user's email.-
accountPermissionPermissionThe permission level of the user inside the account.-
organizationPermissionPermissionThe permission level of the user inside the organization.-
userTypeUserTypeThe user's platform type (Frontend or API)-
jobTitleConstraintStringThe user's job title.-

UpdateUserMutationInput

Fields

NameTypeDescriptionDefault
accountConstraintStringThe account of the user.-
loginConstraintStringThe user's login name.-
nameConstraintStringThe user's public name. (This field will be replaced by `firstName` and `lastName` and will be no longer available from 2021/06/02)-
firstNameConstraintStringThe user's public profile first name.-
lastNameConstraintStringThe user's public profile last name.-
accountPermissionPermissionThe permission level of the user inside the account.-
organizationPermissionPermissionThe permission level of the user inside the organization.-
jobTitleConstraintStringThe user's job title.-

DeleteUserMutationInput

Fields

NameTypeDescriptionDefault
loginConstraintString--
accountConstraintStringThe account of the user.-
← RecognitionViewer →
  • Objects
    • User
    • UserEdge
    • PageInfo
    • UserConnection
  • Queries
    • user
    • users
  • Mutations
    • createUser
    • updateUser
    • deleteUser
  • Inputs
    • CreateUserMutationInput
    • UpdateUserMutationInput
    • DeleteUserMutationInput
Copyright © 2024 AdSecure