dronedeploy Docs Reference API Explorer Become a Partner

OBJECT

User

DroneDeploy user object. Can be queried for user details but also used for traversing user associated data such as organization.

An example query for User would be

{
   user {
        id
        username
        organization {
            id
            name
        }
    }
}

link

Implements

Fields

id (ID!)

The ID of the object.

username (String!)

Email address of the user, used for logging into the dronedeploy app

organization (Organization)

Primary Organization the user is a member of

flightRecords (FlightRecordConnection)

User's flight records
Argument NameTypeDescription
planIdIDPlan ID
beforeString(Not Documented)
afterString(Not Documented)
firstInt(Not Documented)
lastInt(Not Documented)

firstName (String)

First name of the user

lastName (String)

Last name of the user

equipments (EquipmentConnection)

All equipment in the querying user's organization
Argument NameTypeDescription
filterTypes[EquipmentType](Not Documented)
statuses[EquipmentStatus](Not Documented)
organizationIdIDOrganization ID - defaults to the user's current organization
sortByEquipmentsSortOptionSort type
beforeString(Not Documented)
afterString(Not Documented)
firstInt(Not Documented)
lastInt(Not Documented)

exports (ExportConnection)

Get exports
Argument NameTypeDescription
planIdIDMap Plan ID
expiredBooleanShow expired exports
beforeString(Not Documented)
afterString(Not Documented)
firstInt(Not Documented)
lastInt(Not Documented)

issueTypes ([IssueType])

List of org-specific or default issue types