---
title: "GET /stages/account_lockdown/"
method: GET
path: "/stages/account_lockdown/"
tags: ["stages"]
---

# GET /stages/account_lockdown/

`GET /stages/account_lockdown/`

AccountLockdownStage Viewset

## Query parameters

- `deactivate_user` boolean
- `delete_sessions` boolean
- `name` string
- `ordering` string
- `page` integer
- `page_size` integer
- `revoke_tokens` boolean
- `search` string
- `self_service_completion_flow` string, uuid
- `set_unusable_password` boolean
- `stage_uuid` string, uuid

## Response `200`

- PaginatedAccountLockdownStageList
  - `pagination` Pagination, required
    - `next` number, required
    - `previous` number, required
    - `count` number, required
    - `current` number, required
    - `total_pages` number, required
    - `start_index` number, required
    - `end_index` number, required
  - `results` AccountLockdownStage[], required
    - `pk` string, uuid, required
    - `name` string, required
    - `component` string, required — Get object type so that we know how to edit the object
    - `verbose_name` string, required — Return object's verbose_name
    - `verbose_name_plural` string, required — Return object's plural verbose_name
    - `meta_model_name` string, required — Return internal model name
    - `flow_set` FlowSet[], required
      - `pk` string, uuid, required
      - `policybindingmodel_ptr_id` string, uuid, required
      - `name` string, required
      - `slug` string, required — Visible in the URL.
      - `title` string, required — Shown as the Title in Flow pages.
      - `designation` 'authentication' | 'authorization' | 'invalidation' | 'enrollment' | 'unenrollment' | 'recovery' | 'stage_configuration', required
      - `background_url` string, required — Get the URL to the background image
      - `policy_engine_mode` 'all' | 'any'
      - `compatibility_mode` boolean — Enable compatibility mode, increases compatibility with password managers on mobile devices.
      - `export_url` string, required — Get export URL for flow
      - `layout` 'stacked' | 'content_left' | 'content_right' | 'sidebar_left' | 'sidebar_right' | 'sidebar_left_frame_background' | 'sidebar_right_frame_background'
      - `denied_action` 'message_continue' | 'message' | 'continue'
    - `deactivate_user` boolean — Deactivate the user account (set is_active to False)
    - `set_unusable_password` boolean — Set an unusable password for the user
    - `delete_sessions` boolean — Delete all active sessions for the user
    - `revoke_tokens` boolean — Revoke all tokens for the user (API, app password, recovery, verification, OAuth)
    - `self_service_completion_flow` string, uuid, nullable — Flow to redirect users to after self-service lockdown. This flow should not require authentication since the user's session is deleted.
  - `autocomplete` Autocomplete, 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)
