---
title: "GET Unified sign in setup passcode options."
method: GET
path: "/us-setup"
---

# GET Unified sign in setup passcode options.

`GET /us-setup`

## Response `200`

Setup form

- object
  - `available_methods` string[] — Config setting SECURITY_US_ENABLED_METHODS
  - `active_methods` string[] — Methods that have already been setup.
  - `setup_methods` string[] — All SECURITY_US_ENABLED_METHODS that require setup.
  - `identity_attributes` string[] — Configuration setting SECURITY_USER_IDENTITY_ATTRIBUTES
  - `phone` string — existing configured phone number

## Changes

> 52 revisions in range; 15 could not be searched.

- **2022-04-24** `c0a14956e90a` — 4 breaking
  - the `active_methods` response's property type/format changed from `string`/`` to `array`/`` for status `200`
  - the `available_methods` response's property type/format changed from `string`/`` to `array`/`` for status `200`
  - the `identity_attributes` response's property type/format changed from `string`/`` to `array`/`` for status `200`
  - the `setup_methods` response's property type/format changed from `string`/`` to `array`/`` for status `200`
- **2020-04-17** `4c0828c411ce` — 1 warning, 2 info
  - removed the optional property `methods` from the response with the `200` status
  - added the optional property `active_methods` to the response with the `200` status
  - added the optional property `available_methods` to the response with the `200` status
- **2020-03-25** `38cfd91242b5` — 1 warning, 1 info
  - removed the optional property `code_methods` from the response with the `200` status
  - added the optional property `setup_methods` to the response with the `200` status
- **2020-03-15** `2b6c48baee5c` — 1 info
  - endpoint added
- **2019-07-23** `11c8459a5c04` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/pallets-eco/apis/flask-security-external-api/changes/us-setup/get.md)

---

[API](https://skmtc.dev/pallets-eco/apis/flask-security-external-api.md) · [All operations](https://skmtc.dev/pallets-eco/apis/flask-security-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pallets-eco/flask-security-external-api/revisions/ee92f388dafa/schema)
