EmployerIdentifiersInput
Input Object
Unique employer identifier.
For clients with an Indeed employer key:
{ "type": "INDEED_EMPLOYER", "id": "<Indeed employerKey>"}Other identifier types are communicated individually.
Fields
type String! Required
Identifier type.
- Indeed internal clients: See valid types in
EmployerIdentifierType. - Others: Communicated individually.
id ID! Required
ID.
Example
{"type": "abc123", "id": "opaqueId"}