> For the complete documentation index, see [llms.txt](https://docs.hablla.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/organizations/get-people.md).

# Get people

### 🎯 **What does this operation do?**

This operation returns all people who are linked to an organization, allowing detailed and segmented follow-up.

✅ Person's name\
✅ Email\
✅ Phone\
✅ Position\
✅ Person's status within the organization

***

### 📂 **How to Configure the "Fetch Linked People" Operation**

#### 1️⃣ **Access the Component**

1. In **Hablla Studio**, open the automation flow where you want to fetch the people linked to an organization.
2. Add the **Organizations block**.
3. In **right side panel**, select the operation **"Fetch Linked People"**.

#### 2️⃣ **Fill in the Required Fields**

* **Organization ID** → Unique identifier of the organization whose people will be fetched.

#### 3️⃣ **Save the Configuration**

After filling in the required fields, click the **"Save"** ✅.

Now, whenever this automation is triggered, **the list of people linked to the organization will be retrieved automatically**.

***

### 📌 **Usage Example in an Automation Flow**

📊 **Scenario:** You want to create a flow where a manager receives a list of all people associated with a specific organization for relationship follow-up.

1. **Block 1** → Fetch all people linked to the organization.
2. **Block 2** → Generate a report with the extracted contacts.
3. **Block 3** → Send this list to the person responsible for the relationship.

Result: 🚀 **The manager will have up-to-date access to the people associated with companies in the CRM!**

***

### 🎉 **Conclusion**

The operation **Fetch People Linked to an Organization** in Hablla Studio allows viewing and segmenting contacts within companies efficiently, ensuring a more organized and strategic CRM.

If you need more support, contact our team! 🚀


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/organizations/get-people.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
