Create Task
Creates a new task for the company.
assignees must reference users in the same company — a non-member user ID
is rejected with a 400 error.
Required permission: company.task:create
Authorizations
API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.
Path Parameters
Company identifier
Body
Task name
Task deadline as an ISO 8601 date-time string
Task description (defaults to an empty string)
Task completion status (defaults to Not Complete)
Not Complete, Complete Entity to link the task to (e.g. a claim or policy)
Company user IDs to assign the task to
Response
Task created successfully
The ID of the created task
