---
title: "POST /lifecycle/iterations/"
method: POST
path: "/lifecycle/iterations/"
tags: ["lifecycle"]
---

# POST /lifecycle/iterations/

`POST /lifecycle/iterations/`

Mixin to validate that a valid enterprise license
exists before allowing to save the object

## Request body

- LifecycleIterationRequest — Mixin to validate that a valid enterprise license exists before allowing to save the object
  - `content_type` 'authentik_core.application' | 'authentik_core.group' | 'authentik_rbac.role', required

## Response `201`

- LifecycleIteration — Mixin to validate that a valid enterprise license exists before allowing to save the object
  - `id` string, uuid, required
  - `content_type` 'authentik_core.application' | 'authentik_core.group' | 'authentik_rbac.role', required
  - `object_id` string, required
  - `object_verbose` string, required
  - `object_admin_url` string, required
  - `state` 'REVIEWED' | 'PENDING' | 'OVERDUE' | 'CANCELED', required
  - `opened_on` string, date-time, required
  - `grace_period_end` string, date-time, required
  - `next_review_date` string, date-time, required
  - `reviews` Review[], required
    - `id` string, uuid, required
    - `iteration` string, uuid, required
    - `reviewer` PartialUser, required — Partial User Serializer, does not include child relations.
      - `pk` integer, required
      - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
      - `name` string, required — User's display name.
      - `is_active` boolean — Designates whether this user should be treated as active. Unselect this instead of deleting accounts.
      - `last_login` string, date-time, nullable
      - `email` string, email
      - `attributes` object
      - `uid` string, required
    - `timestamp` string, date-time, required
    - `note` string, nullable
  - `rule` RelatedRule, required — Mixin to validate that a valid enterprise license exists before allowing to save the object
    - `id` string, uuid
    - `name` string, required
    - `reviewer_groups` PartialGroup[], required
      - `pk` string, uuid, required
      - `num_pk` integer, required — Get a numerical, int32 ID for the group
      - `name` string, required
      - `is_superuser` boolean — Users added to this group will be superusers.
      - `attributes` object
    - `min_reviewers` integer, required
    - `reviewers` PartialUser[], required
      - `pk` integer, required
      - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
      - `name` string, required — User's display name.
      - `is_active` boolean — Designates whether this user should be treated as active. Unselect this instead of deleting accounts.
      - `last_login` string, date-time, nullable
      - `email` string, email
      - `attributes` object
      - `uid` string, required
  - `user_can_review` boolean, required

## Other responses

- `400`
- `403`

---

[API](https://skmtc.dev/goauthentik/apis/authentik.md) · [All operations](https://skmtc.dev/goauthentik/apis/authentik/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goauthentik/authentik/revisions/4e42e86021d7/schema)
