---
title: "Update Auth Settings"
method: PATCH
path: "/developer/auth-settings"
tags: ["Developer", "Developer - Settings"]
---

# Update Auth Settings

`PATCH /developer/auth-settings`

Update the auth settings for the current customer.

This endpoint is restricted to developer users only.

- **password_login_enabled**: Set to true to enable password-based login for staff members
- **require_social_login**: Set to true to require users who have used social sign-in to continue using it

## Request body

- UpdateAuthSettingsRequest — Update auth settings request model (developer only)
  - `password_login_enabled` boolean, nullable — Whether password-based staff login is enabled
  - `require_social_login` boolean, nullable — Whether users who have signed in with social (Google/Microsoft) are required to continue using social login

## Response `200`

Successful Response

- AuthSettingsResponse — Auth settings response model
  - `password_login_enabled` boolean, required — Whether password-based staff login is enabled
  - `require_social_login` boolean, required — Whether users who have signed in with social (Google/Microsoft) are required to continue using social login

## Other responses

- `422` — Validation Error

---

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