---
title: "POST /v1/users/action/set-password"
method: POST
path: "/v1/users/action/set-password"
tags: ["users"]
---

# POST /v1/users/action/set-password

`POST /v1/users/action/set-password`

Perform account verification steps including setting firebaseUser password and user verification state.

## Request body

- SetPasswInput — Input to complete new sign up verification step. The password property is optional.
  - `password` string — pw
  - `code` string — Code from user creation.

## Response `200`

Successful response

## Other responses

- `400` — Invalid input

---

[API](https://skmtc.dev/conductortech/apis/conductor-cloud-rendering-api.md) · [All operations](https://skmtc.dev/conductortech/apis/conductor-cloud-rendering-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conductortech/conductor-cloud-rendering-api/revisions/0fb056b8d2a1/schema)
