# Identities (v2)

Use these API operations to manage your identities for **existing integrations** built on **Identity Management v2.**

**Versioning notes**
- v2 identities remain fully supported for ongoing operations.
- New integrations should use **v3**.

| Operation | Method | Description |
| --- | --- | --- |
| [Create a new identity (v2)](./#operation/createIdentityV2) | POST | Create a new v2 identity. |
| [Get a list of identities (v2)](./#operation/getIdentitiesV2) | GET | Get a list of existing v2 identities. |
| [Get an identity by ID (v2)](./#operation/getIdentityByIdV2) | GET | Get a v2 identity by its unique ID. |
| [Delete an identity (v2)](./#operation/deactivateIdentityV2) | DELETE | Deactivate a v2 identity. |


