curl --request POST \
--url https://api.plane.com/v1/workers \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "<string>",
"number": "<string>",
"name": {},
"email": "<string>",
"title": "<string>"
}
'{
"id": "wr_my3bjuhvAwSBF5"
}
Add a team member or vendor to Plane.
curl --request POST \
--url https://api.plane.com/v1/workers \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "<string>",
"number": "<string>",
"name": {},
"email": "<string>",
"title": "<string>"
}
'{
"id": "wr_my3bjuhvAwSBF5"
}
employee, contractor or vendor.{
"id": "wr_my3bjuhvAwSBF5"
}
Was this page helpful?