Workers
Send or resend the worker invite so they can accept and complete onboarding to Warp. If the worker has already been invited, the invite will be resent with extended validity.
post/v1/workers/{id}/invite
Path parameters
idstring required
The id of the worker.
Example:wrk_1234
The id of the worker.
Response
Success
Example response
{
"id": "wrk_1234",
"position": "Research Engineer",
"startDate": "2000-01-01",
"endDate": "2000-01-01",
"firstName": "Jonathan",
"lastName": "Galt",
"email": "john@joinwarp.com",
"workEmail": "john@joinwarp.com",
"preferredName": "John",
"displayName": "Jack Galt",
"timeZone": "America/New_York",
"department": {
"id": "dpt_1234",
"name": "Engineering"
}
}