Jobs
Assign Pilots
Assign one or more pilots to a job.
Requires an API key with
404 Not Found - Job or pilots not found.
full_access scope.
Assigns pilots to all occurrences of a job. You can get pilot IDs from the List Team Members endpoint using ?role=pilot.
Path parameters
string
required
The unique identifier of the project.
string
required
The unique identifier of the job.
Body
string[]
required
Array of user IDs to assign. Must contain at least one pilot ID.
Response
string
Result message.
object
Assignment counts.
string[]
IDs of pilots that were successfully assigned.
string[]
IDs of pilots that were already assigned.
number
Number of occurrences each pilot was assigned to.