# Change status of a person

Person statuses help manage and understand a person's data record throughout its existence in the Tuum system, supporting operational workflows, data governance, and compliance.

This diagram illustrates the possible status transitions for a person in the Tuum system.

<figure><picture><source srcset="/files/UEruX9DWdwmhauSXI5n5" media="(prefers-color-scheme: dark)"><img src="/files/VyzrnzLbZer6HiuI8prV" alt="Person statuses"></picture><figcaption></figcaption></figure>

To change a person's status, follow the steps outlined below.

## Common steps

To activate, inactivate or close a person, follow these steps:

1. [Search for the person](/backoffice-user-guides/iDyT31cW9CYApPltrXUd/person-guide/search-persons.md) whose status you want to change.
2. Click the person's name to view their details.
3. The person details page opens.

For the next steps use the **action button** on the content sidebar, located on the right side of the content area.

## Activate person

You must activate the person once it is in pending status after creation or reactivation.

Click **Activate** on the content sidebar, located on the right side of the content area.

<figure><picture><source srcset="/files/9nkJ1wC7OcqO9tBH6zQS" media="(prefers-color-scheme: dark)"><img src="/files/bVkakXfnWW2Ny0JDtmTw" alt=""></picture><figcaption></figcaption></figure>

The **success notification** stating `Customer successfully activated` is shown, and the person's **status** changes to **green** with the label `Active`.

## Change status reason

To update the status reason, click **Change status reason** to open a modal where you must select a status code reason from a dropdown menu, and provide a comment. Click **Submit** to confirm the changes, or **Cancel** to close the modal without saving any changes.

<figure><picture><source srcset="/files/G0M3dhpkgQjRcvmeAPG3" media="(prefers-color-scheme: dark)"><img src="/files/hCPLaGptQvYa8O8da4Uv" alt=""></picture><figcaption></figcaption></figure>

## Inactivate person

You must inactivate a person when you intend to close that person's record in the Tuum system.

1. Click **Inactivate** on the content sidebar, located on the right side of the content area.

<figure><picture><source srcset="/files/5vDYZ9mOlkLzvYOno28I" media="(prefers-color-scheme: dark)"><img src="/files/GVIrxRnKmprMx3OqUAkC" alt=""></picture><figcaption></figcaption></figure>

2. The **Close customer** modal opens.

<figure><picture><source srcset="/files/3BPKSTLAQtbsrMuICigR" media="(prefers-color-scheme: dark)"><img src="/files/en8VGvht9HlO0ok83toy" alt=""></picture><figcaption></figcaption></figure>

3. Select the reason for inactivation and the inactivation date.
4. Add a comment if needed.
5. Click **Submit** to apply the changes.

The person's record now shows a note with the inactivation date.

## Reactivate person

You must reactivate a person when you intend to restore an inactivated person's record in the Tuum system.

1. Click **Reactivate** on the content sidebar, located on the right side of the content area.

<figure><picture><source srcset="/files/Lx0MwqEdAlNScfKV6RGT" media="(prefers-color-scheme: dark)"><img src="/files/MXPiFI3lMrvhXSdGS3Us" alt=""></picture><figcaption></figcaption></figure>

2. The **Reactivate person** modal opens.

<figure><picture><source srcset="/files/xsGATxadJZYxMlovqlKV" media="(prefers-color-scheme: dark)"><img src="/files/2pUTRtqsdLq8XUq7hW7c" alt=""></picture><figcaption></figcaption></figure>

3. Select the reason for reactivation and the reactivation date.
4. Add a comment if needed.
5. Click **Submit** to apply the changes.

The **success notification** stating `Person successfully reactivated` is shown, and the person's **status** changes to `!` with the label `Pending`.

## Forget person

You must forget a person when you intend to permanently delete an inactivated person's record in the Tuum system.

1. Click **Forget** on the content sidebar, located on the right side of the content area.

<figure><picture><source srcset="/files/Lx0MwqEdAlNScfKV6RGT" media="(prefers-color-scheme: dark)"><img src="/files/MXPiFI3lMrvhXSdGS3Us" alt=""></picture><figcaption></figcaption></figure>

2. The **Forget person** modal opens.

<figure><picture><source srcset="/files/8anXHyCCcsX6JSDlYXVa" media="(prefers-color-scheme: dark)"><img src="/files/c2mLX5LWvI2Y0T5FzqhR" alt=""></picture><figcaption></figcaption></figure>

3. Select the forget **Reason** and the **Forget date**.
4. Add a comment if needed.
5. Click **Submit** to apply the changes.

A success notification appears, confirming that the person's data has been permanently deleted. The person's details page, with no data, is displayed.

<figure><picture><source srcset="/files/4efG6Ts98gRW0isOrS1c" media="(prefers-color-scheme: dark)"><img src="/files/wd2wLRfuBWczMs3KDKw2" alt=""></picture><figcaption></figcaption></figure>


---

# 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://docs.tuum.com/backoffice-user-guides/iDyT31cW9CYApPltrXUd/person-guide/manage-person-details/change-status-of-a-person.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.
