For AI agents: visit https://unearth.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Jump to Content
Unearth
GuidesRecipesAPI ReferenceDiscussionsGraphiQL
v2.0

Log InUnearth
API Reference
Log In
v2.0GuidesRecipesAPI ReferenceDiscussionsGraphiQL

API Reference

  • Introduction

Queries

  • Getting started with Queries
  • accounts
  • assetForms
  • assetGroups
  • assetLinks
  • assetTypes
  • assets
  • datasources
  • datasets
  • deletedAccounts
  • deletedAssets
  • deletedProjects
  • deletedUsers
  • documents
  • featureStyles
  • featureTypes
  • features
  • health
  • layerFolders
  • levels
  • media
  • metaProjects
  • pages
  • places
  • planSections
  • plans
  • projectViews
  • projects
  • surveys
  • tilesets
  • toolAdapters
  • toolGroups
  • toolkits
  • tools
  • users

Mutations

  • Getting started with Mutations
  • addAccountUser
  • addProjectUser
  • createAsset
  • createLayerFolder
  • deleteLayerFolder
  • modifyAccount
  • modifyAccountBrand
  • modifyAccountStatus
  • modifyAccountUser
  • modifyAsset
  • modifyLayerFolder
  • modifyProjectUser
  • modifyUser
  • removeAccountUser
  • removeProjectUser

Unearth GraphiQL

  • Using the GraphiQL Unearth API UI
Powered by 

modifyAccountStatus

Parameters

NameTypeRequired?
account_idtextyes
new_statustextyes

Use

Update the status of an account

Example

mutation MyMutation {
  modifyAccountStatus(accountId: "123abc", status: "active") {
  	id
	}
}

Updated about 1 year ago


modifyAccountBrand
modifyAccountUser
Did this page help you?

Updated about 1 year ago


modifyAccountBrand
modifyAccountUser
Did this page help you?
    • Parameters
    • Use
    • Example