# 2025-09-10: Customer Service - initial password for customer

## Overview

This update introduces support for initial passwords when creating customers. A new `password` field is now available during customer creation, allowing you to set an initial password for new customer accounts. Additionally, the login response now includes the `initialPassword` flag that indicates whether the customer logged in using their initial password, enabling you to prompt users to change their password on first login.

## Updated Endpoints

| Endpoint                                                                                                                                                                                              | Description                                            |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| [Creating a customer](https://developer.emporix.io/api-references/api-guides/companies-and-customers/customer-service/api-reference/account-and-profile#post-customer-tenant-customers)               | New attribute `password` added.                        |
| [Logging in a customer](https://developer.emporix.io/api-references/api-guides/companies-and-customers/customer-management/api-reference/authentication-and-authorization#post-customer-tenant-login) | New attribute `initialPassword` added to the response. |

## Known Problems

There are no known problems with the current implementation.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.emporix.io/changelog/archive/changelog-2025/2025-09-10-customer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
