candidates create. You must place them in a stage, and the command is idempotent per role and email.
Create at least one stage on the role first.
candidates create requires either --stage <name> or --stage-id <id>.Add a candidate
Parameters
Examples
Add with profile links
Move a candidate to another stage
Read candidates
Common errors
FAQ
Can I add the same email twice?
Can I add the same email twice?
Not on the same role — it returns
candidate_already_exists (exit 5). Read or move the existing candidate instead. The same email on a different role is a separate candidate.Should I use `--stage` or `--stage-id`?
Should I use `--stage` or `--stage-id`?
Use
--stage-id when you already have the ID. Use --stage to let the CLI resolve a stage name on the role. If both are given, --stage-id is used.Is there an alias for `candidates create`?
Is there an alias for `candidates create`?
Yes —
candidates add is a deprecated alias. Prefer create.