# Account User(s)

This action retrieves information about user(s) in your White Swan account. This does not include [Referred Clients](https://docs.whiteswan.io/partner-knowledge-base/zapier-integration/search-actions/referred-client-s).

{% hint style="info" %}
A White Swan for partners account allows you an unlimited amount of account users for free and offers permission control functions to manage your team.
{% endhint %}

***

**Input (Search) Fields:**

<table data-full-width="true"><thead><tr><th>Field Name</th><th>Field Type</th><th>Example Value</th><th>Description</th></tr></thead><tbody><tr><td>User Email</td><td>Text</td><td>john.doe@example.com</td><td>Optionally, you can get a specific user by specifying their email here.</td></tr></tbody></table>

***

**Output Fields:**

<table data-full-width="true"><thead><tr><th>Field Name</th><th>Field Type</th><th>Example Value</th><th>Description</th></tr></thead><tbody><tr><td>User Name</td><td>Text</td><td>John Doe</td><td>The name of the account user.</td></tr><tr><td>User Email</td><td>Text</td><td>john.doe@example.com</td><td>The email address of the account user.</td></tr><tr><td>User Permission Level</td><td>Text</td><td>Admin</td><td>The permission level assigned to the account user.</td></tr><tr><td>Referred Clients</td><td>Line Item(s)</td><td>-</td><td>Details of clients referred by the account user.</td></tr><tr><td>-Full Name</td><td>Text</td><td>Alice Johnson</td><td>The name of the client referred by the account user.</td></tr><tr><td>-Email</td><td>Text</td><td>alice.johnson@example.com</td><td>The email address of the client referred by the account user.</td></tr><tr><td>-Associated Request(s) ID</td><td>List</td><td>1234567890x0987654321</td><td>The ID of the plan request(s) associated with the referred client.</td></tr><tr><td>-Associated Plan(s) ID</td><td>List</td><td>1234567890x1122334455</td><td>The ID of the personal plan(s) associated with the referred client.</td></tr><tr><td>Referred Partners</td><td>Line Item(s)</td><td>-</td><td>Details of other partners referred by the account user.</td></tr><tr><td>-Partner Name</td><td>Text</td><td>Sample Bank</td><td>The name of other partners referred by the account user.</td></tr><tr><td>-Count of Requests</td><td>Number</td><td>5</td><td>The number of requests associated with the other partner referred by the account user.</td></tr><tr><td>-Count of Issued Policies</td><td>Number</td><td>2</td><td>The number of issued policies associated with the other partner referred by the account user.</td></tr><tr><td>Total Amount Credited for User Associated Referrals</td><td>Number</td><td>10000</td><td>The total amount credited to the account user for their associated end-user and client referrals.</td></tr></tbody></table>


---

# 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.whiteswan.io/partner-knowledge-base/zapier-integration/search-actions/account-user-s.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.
