# Add user to organization or workspace

There are two ways to invite users, depending on what level of access you want to grant.

{% @arcade/embed flowId="z8pv2O0LhxVNVYadYyZ1" url="<https://app.arcade.software/share/z8pv2O0LhxVNVYadYyZ1>" %}

### Option 1: Invite to Organization <a href="#option-1-invite-to-organization-organization-owners-only-myavw" id="option-1-invite-to-organization-organization-owners-only-myavw"></a>

{% hint style="success" icon="user-key" %}
Action available only for Organization Owner&#x20;
{% endhint %}

**When to use this**: When you want someone to be an Organization Owner with full access to billing and all workspaces.

**Steps:**

{% stepper %}
{% step %}
From the Homescreen, go to Settings  -> Organization → Organization Owners tab
{% endstep %}

{% step %}
Click "Invite new user" button
{% endstep %}

{% step %}
Enter the person's email address
{% endstep %}

{% step %}
Click "Send Invite"
{% endstep %}

{% step %}
They'll receive an email invitation to join as an Organization Owner
{% endstep %}
{% endstepper %}

**Result**: The person becomes an Organization Owner with access to all workspaces and billing settings.

***

{% @arcade/embed flowId="DtVvH4lH8AupIs3D4cee" url="<https://app.arcade.software/share/DtVvH4lH8AupIs3D4cee>" %}

### Option 2: Invite to Workspace <a href="#option-2-invite-to-workspace-organization-owners-and-admins-begmg" id="option-2-invite-to-workspace-organization-owners-and-admins-begmg"></a>

{% hint style="success" icon="user-key" %}
Action available only for Organization Owner and Workspace Admin
{% endhint %}

**When to use this**: When you want someone to work in a specific workspace without organization-level access.

**Steps:**

{% stepper %}
{% step %}
From the Homescreen, go to Settings <i class="fa-arrow-right">:arrow-right:</i> Organization <i class="fa-arrow-right">:arrow-right:</i> Workspaces tab
{% endstep %}

{% step %}
Click "Manage" on the workspace where you want to invite the user
{% endstep %}

{% step %}
Click "Invite new user" button
{% endstep %}

{% step %}
Enter the invitation details: email, name and role ("Admin", "User", or "Guest".)
{% endstep %}

{% step %}
Click "Send Invite"
{% endstep %}

{% step %}
They'll receive an email invitation to join the workspace
{% endstep %}
{% endstepper %}

**Result**: The person joins only the specific workspace with the role you assigned.

{% hint style="info" %}
Read more about Coupler.io roles: [User roles in Coupler.io](/account-management/workspaces-and-organization/user-roles-in-coupler.io.md)
{% endhint %}

{% hint style="info" %}
Coupler.io allows adding multiple users to an organization. The number of allowed users to add depends on your billing plan. Check our [pricing page](https://www.coupler.io/pricing) for more details.
{% endhint %}


---

# 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.coupler.io/account-management/workspaces-and-organization/how-to-add-user-to-organization-or-workspace.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.
