# Assigning Users to Organizations

Users gain access to resources through their organization memberships. Assign users to organizations to control what they can see and do.

## From the Organization Hierarchy

1. Navigate to **Org & Account Management > Org Hierarchy**
2. Select an organization
3. Click **Invite User to this Org**
4. Search for the user
5. Select a role
6. Optionally choose to inherit access to child organizations
7. Click **Add Member**

## From the Organizations Page

1. Navigate to **Org & Account Management > Organizations**
2. Click on an organization
3. Use the members section to add or remove users

## Inheritance

When assigning a user, you can choose **Inherit to Children**. This gives the user the same role in all child organizations automatically, without needing to assign them individually.

## Access Scoping

Users only see organizations they're assigned to. An admin (Owner role) sees all organizations. Regular users see only their assigned organizations and their children (if inheritance is enabled).


---

# 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://accessiq.gitbook.io/accessiq-docs/organizations-and-teams/assigning-users.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.
