# Accounts

These objects represent the accounts (owned by employees) in your organization.

## List accounts

 - [GET /v1/accounts](https://push-security-prd-ba8f0f76-a2d2-42f5-aea2-d421.redocly.app/help/audience/engineering/rest-v1/accounts/get-accounts.md)

## Retrieve an account

 - [GET /v1/accounts/{id}](https://push-security-prd-ba8f0f76-a2d2-42f5-aea2-d421.redocly.app/help/audience/engineering/rest-v1/accounts/get-accounts-id.md)

## Forget an account

 - [DELETE /v1/accounts/{id}](https://push-security-prd-ba8f0f76-a2d2-42f5-aea2-d421.redocly.app/help/audience/engineering/rest-v1/accounts/delete-accounts-id.md)

## Delete a login method from an account

 - [DELETE /v1/accounts/{id}/loginMethods](https://push-security-prd-ba8f0f76-a2d2-42f5-aea2-d421.redocly.app/help/audience/engineering/rest-v1/accounts/delete-accounts-id-login-methods.md)

## List all employees who are using an account

 - [GET /v1/accounts/{id}/usedBy](https://push-security-prd-ba8f0f76-a2d2-42f5-aea2-d421.redocly.app/help/audience/engineering/rest-v1/accounts/get-accounts-id-used-by.md)

