# Accounts

The v2 general account endpoints handle account lookup, permissions, secrets, account links, and account-targeted actions.

## Endpoints

{% content-ref url="/pages/yEzsHcIpEs5sQFKa9zZA" %}
[Apply Permission Key](/cad/api-integration/api-endpoints-v2/general/accounts/apply-permission-key.md)
{% endcontent-ref %}

{% content-ref url="/pages/X4EfPL3c6LhBJaf7bbi8" %}
[Kick Or Ban User](/cad/api-integration/api-endpoints-v2/general/accounts/ban-user.md)
{% endcontent-ref %}

{% content-ref url="/pages/FMWClyUI4VmgWYl0CPBW" %}
[Create Community Link](/cad/api-integration/api-endpoints-v2/general/accounts/create-community-link.md)
{% endcontent-ref %}

{% content-ref url="/pages/C5KzTATizsxTblaJpmSW" %}
[Check Community Link](/cad/api-integration/api-endpoints-v2/general/accounts/check-community-link.md)
{% endcontent-ref %}

{% content-ref url="/pages/DbCaZZIshAeXzFUtsZz9" %}
[Get Account](/cad/api-integration/api-endpoints-v2/general/accounts/get-account.md)
{% endcontent-ref %}

{% content-ref url="/pages/WIac3BH0JayPmEuYtorM" %}
[Get Accounts](/cad/api-integration/api-endpoints-v2/general/accounts/get-accounts.md)
{% endcontent-ref %}

{% content-ref url="/pages/VgR8yQ4Z6UrHTSrjpjux" %}
[Modify Account Permissions](/cad/api-integration/api-endpoints-v2/general/accounts/modify-account-permissions.md)
{% endcontent-ref %}

{% content-ref url="/pages/bBoAaEeRDBH8gvs0BQ4P" %}
[Verify Secret](/cad/api-integration/api-endpoints-v2/general/accounts/verify-secret.md)
{% endcontent-ref %}

{% content-ref url="/pages/cx0PhSl1l3d8wMBxdTmZ" %}
[Send Photo](/cad/api-integration/api-endpoints-v2/general/accounts/send-photo.md)
{% endcontent-ref %}


---

# 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.sonoransoftware.com/cad/api-integration/api-endpoints-v2/general/accounts.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.
