hiringOrganization
QUERY

The hiring organization for the given id.This query accepts browser tokens that include the query:organizations scope.

Arguments

Name
Description
The value of HiringOrganization.id for the requested object.

Result

Name
Description
An organization hiring for an open position.

Sample

GraphQL
query ($id: String!) {
  hiringOrganization(id: $id) {
    id {
      value
    }
    seekAnzAdvertiserId
  }
}