# Get all introducers **GET /api/v1/introducer** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Query parameters - **include** (string) Comma separated list of relationships to include in the response. Valid relationships are [primary_phone_number,primary_email, assigned_adviser, charge_split_schema, tags, groups]. - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[name]** (string) Filter employees by name. This is a partial match against first_name, last_name, and entity_name together. - **filter[email]** (string) Filter employees that have an email with a partial match. - **filter[type]** (string) Comma separated string to filter by different employee types. Valid types are [owner, admin, member]. - **filter[created_after]** (string) Date to filter when the client was created after. - **filter[created_before]** (string) Date to filter when the client was created before. - **filter[tags]** (string) Comma separated list of tag names or tag UUIDs. - **filter[groups]** (string) Comma separated list of partial groups names or group UUIDs. - **filter[exclude_groups]** (string) Provide a group UUID (or multiple as a comma-separated string) to filter introducers within the provided groups out from the response. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, first_name, last_name, email]. Negative sign to denote DESC. Defaults to 'first_name'. - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)