---
title: "Change user password"
method: POST
path: "/users/password"
tags: ["Users"]
---

# Change user password

`POST /users/password`

REQUIRED SCOPES <code>['users:write']</code><br>This endpoint allows an authenticated current user to change their password. <br><br>To allow a user to successfully change their password via this API call, it is required from the user to input: <ul><li>Current password</li> <li>New password</li> <li>Confirm the new password</li></ul>

## Query parameters

- `password` string, required
- `password_confirmation` string, required
- `current_password` string, required

## Response `200`

OK

- UserResource — Class UserResource
  - `id` integer
  - `email` string
  - `first_name` string
  - `last_name` string
  - `full_name` string
  - `role` string
  - `inbox_id` integer
  - `organization_id` integer
  - `photo_url` string
  - `unread` integer
  - `number` string
  - `formatted_number` string
  - `isRingEverywhere` boolean
  - `organizationNumber` object[]
    - `id` integer
    - `country` string
    - `number` string
    - `formatted_number` string
    - `mms` string
  - `userPermissions` string[]

---

[API](https://skmtc.net/salesmessage/apis/salesmessage-public-api.md) · [All operations](https://skmtc.net/salesmessage/apis/salesmessage-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesmessage/salesmessage-public-api/revisions/e96b3e58b041/schema)
