Skip to main content
Requires an API key with 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.

Errors

400 Bad Request - Invalid request.
404 Not Found - Job or pilots not found.