---
title: "(AutoIdent only) Create identification that allows for a mobile number change"
method: POST
path: "/v1/persons/{person_id}/identifications/for_mobile_change"
tags: ["Person identifications"]
---

# (AutoIdent only) Create identification that allows for a mobile number change

`POST /v1/persons/{person_id}/identifications/for_mobile_change`

This endpoint creates a new identification for the customer specified in the request URL and returns the `identification_id`. Use this endpoint if the customer has lost access to their existing mobile phone number.  After calling this endpoint, supply the returned `identification_id` in the URL of the `PATCH /persons/{person_id}/identifications/{identification_id}/request` method.

## Path parameters

- `person_id` string, required — The unique ID of the person resource created for a customer.

## Response `201`

Successful result of the operation.

- SolarisServerDecoratorsIdentificationMobileChange
  - `identification_id` string — The ID of the generated identification. Call the `PATCH /persons/{person_id}/identifications/{identification_id}/request` method using this ID.

## Other responses

- `400` — An error occurred on the client side.
- `403` — You are not authorized to perform this action.
- `500` — Internal server error.
- `default` — Unexpected error

---

[API](https://skmtc.net/solarisgroup/apis/customer-identification-kyc.md) · [All operations](https://skmtc.net/solarisgroup/apis/customer-identification-kyc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/customer-identification-kyc/revisions/c481fa2414f9/schema)
