DroneDeploy Users and Organizations API

Resolve the authenticated account and its organization. The confirmed `viewer` root returns the current user (e.g. username) and `viewer.organization` exposes the org and its plans/projects collections. Member and role management fields are modeled from the schema.

API entry from apis.yml

apis.yml Raw ↑
aid: dronedeploy:dronedeploy-users-and-organizations-api
name: DroneDeploy Users and Organizations API
tags:
- Users
- Organizations
- Viewer
- GraphQL
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://developer-docs.dronedeploy.com/api/authentication
baseURL: https://www.dronedeploy.com/graphql
properties:
- url: https://developer-docs.dronedeploy.com/api/authentication
  type: Documentation
- url: https://developer-docs.dronedeploy.com/api/introduction
  type: APIReference
- url: graphql/dronedeploy-graphql.md
  type: GraphQL
- url: graphql/dronedeploy-schema.graphql
  type: GraphQL
- url: collections/dronedeploy.postman_collection.json
  type: PostmanCollection
- url: collections/dronedeploy.opencollection.json
  type: OpenCollection
description: Resolve the authenticated account and its organization. The confirmed `viewer` root returns
  the current user (e.g. username) and `viewer.organization` exposes the org and its plans/projects collections.
  Member and role management fields are modeled from the schema.