<- Team API

Team API

All versions ->

Create jobBeta

POST

 /v2/team-members/jobs

Creates a job in a seller account.

A job defines a title and tip eligibility. Note that compensation is defined in a job assignment in a team member's wage setting.

Permissions:EMPLOYEES_WRITE
Try in API Explorer
Link to section

Request body

Example code

Link to section

job

Required

The job to create. The title field is required and is_tip_eligible defaults to true.

Link to section

idempotency_key

string

Required

A unique identifier for the CreateJob request. Keys can be any valid string, but must be unique for each request. For more information, see Idempotency.

Link to section

Response fields

Link to section

job

The new job.

Link to section

errors

The errors that occurred during the request.