> ## Documentation Index
> Fetch the complete documentation index at: https://docs.equalsmoney.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Testing checklist

> Before you go live, we recommend that you complete the following testing checklist.

| Test                    | Endpoint                                              | Task                                                                                                                                   |
| ----------------------- | ----------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| List all people         | `/v2/people?accountId={accountId}`                    | Retrieve a list of all people associated with at least one account.<br />Ensure that your app receives and parses the JSON gracefully. |
| Create a new person     | `/v2/people`                                          | Create a new person.<br />Ensure that your system handles/parses the response correctly.                                               |
| Retrieve a person       | `/v2/people?accountId={accountId}&people={personId}`  | Retrieve a person and their associated details. <br />Ensure that your app receives and parses the JSON gracefully.                    |
| Update a person         | `/v2/people/{personId}`                               | Update a person's details. <br />Ensure that your app receives and parses back JSON gracefully.                                        |
| Update a persona        | `/v2/personas/{personaId}?accountId={accountId}`      | Update persona's details.<br />Ensure that your app receives and parses back JSON gracefully.                                          |
| List all roles          | `/v2/roles`                                           | Retrieve a list of all roles enabled on an account.<br />Ensure that your app receives and parses back JSON gracefully.                |
| Update a persona's role | `/v2/personas/{personaId}/role?accountId={accountId}` | Update an existing persona's role.<br />Ensure that your app receives and parses back the JSON gracefully.                             |
