v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014121451.1 MB
Offboarding Checklist

Add an offboarding checklist template item

Creates a new item in the organization's offboarding checklist template so it appears on every member's offboarding checklist from now on.

post/v1/offboarding-checklist/template

Request body

titlestring required

Checklist item title

descriptionstring

Guidance text for the admin

evidenceRequiredboolean

Whether evidence upload is required

Example request

{
  "title": "Collect access badges"
}