---
title: "Resend temporary password for user"
method: PUT
path: "/organizations/{orgId}/users/{id}/password/resend"
tags: ["OrgUsers"]
---

# Resend temporary password for user

`PUT /organizations/{orgId}/users/{id}/password/resend`

Resend temporary password for user

## Path parameters

- `orgId` string, required
- `id` string, required

## Response `200`

Temporary password email sent successfully

## Other responses

- `400` — User in improper state.
- `401` — User is not allowed to perform this action.
- `404` — No user was found with the given ID.
- `4XX` — Error message
- `5XX` — Error message

---

[API](https://skmtc.dev/m3ter-com/apis/m3ter-api.md) · [All operations](https://skmtc.dev/m3ter-com/apis/m3ter-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/m3ter-com/m3ter-api/revisions/ac93d1a9e6d9/schema)
