Deprecated: Use
hiringOrganization instead.A hiring organization corresponding to the given legacy SEEK advertiser ID.This query accepts browser tokens that include the
query:organizations scope.Arguments
| Name | Description |
|---|---|
Int! | The legacy SEEK advertiser ID.This is a numeric identifier that was used by the previous version of Apply with SEEK. |
Result
| Name | Description |
|---|---|
HiringOrganization | An organization hiring for an open position. |
Sample
GraphQL
CopyGraphQL Explorer
query ($id: Int!) {
seekAnzAdvertiser(id: $id) {
id {
value
}
seekAnzAdvertiserId
}
}