---
title: "Set resume password"
method: PUT
path: "/resumes/{id}/password"
tags: ["Resume Sharing"]
---

# Set resume password

`PUT /resumes/{id}/password`

Sets or updates a password on a resume. When a password is set, viewers of the public resume must enter the password before the resume data is revealed. The password must be between 6 and 64 characters. Requires authentication.

## Path parameters

- `id` string, required — The ID of the resume.

## Request body

- object
  - `password` string, required

---

[API](https://skmtc.net/rxresu/apis/reactive-resume.md) · [All operations](https://skmtc.net/rxresu/apis/reactive-resume/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rxresu/reactive-resume/revisions/68d25b21f805/schema)
