Admin - Tasks

Create a task for an organization (admin)

post/v1/admin/organizations/{orgId}/tasks

Path parameters

orgIdstring required

Request body

titlestring required

Title of the task

descriptionstring required

Description of the task

status'todo' | 'in_progress' | 'in_review' | 'done' | 'not_relevant' | 'failed'

Task status

frequency'daily' | 'weekly' | 'monthly' | 'quarterly' | 'yearly'

Task frequency

department'none' | 'admin' | 'gov' | 'hr' | 'it' | 'itsm' | 'qms'

Department

Example request

{
  "title": "Review access controls",
  "description": "Review and update access control policies quarterly"
}

Changes