> For the complete documentation index, see [llms.txt](https://docs.snyk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snyk.io/platform-administration/snyk-hierarchy/organizations/requests-for-access-to-an-organization.md).

# Requests for access to an Organization

Users who are not members of a Snyk Organization can request access.

When **Requesting access** is enabled for an Organization, after a user requests access, all administrators of the Organization are notified by email and can send an invitation to the user by email.

After the requester accepts the invitation, the requester has access to the Organization.

## How to request access to an Organization

Users who want to join an Organization in a specific Group can select the **Organizations** option on the Group menu and the **All Organizations** tab. Find the name of the Organization on the list displayed, click **Request**, and respond to the prompts to request access. This notifies the Organization Admins or users with the Organization-level **Invite Users** permission, who can respond to the request.

Additional common routes for users to request this access include the following:

* Using a link shared by someone
* Clicking through to Snyk for a pull request that Snyk has opened
* Clicking through from a status check from Snyk on any pull request in the repository

When **Requesting access** is enabled for an Organization and a non-member reaches a valid URL for a Project or status check result, the user can request access once per Organization in 48 hours.

{% hint style="info" %}
If you need to request access to an Organization you have access to, you may have logged in using an authentication method different from the one you usually use. For more information, see the [support article](https://support.snyk.io/s/article/Unable-to-display-this-organization-The-organization-does-not-exist-or-you-do-not-have-permission-to-access-it) that explains the error and how to proceed.
{% endhint %}

{% hint style="info" %}
Only a valid URL for a Project or status check allows users to request access. Using any other URL results in the error message. This prevents users from requesting access or getting confirmation that Snyk is in use by a company by guessing a URL.
{% endhint %}

## Enable the Request Access setting

In your Organization, navigate to **Settings** > **General** > **Requesting Access**. Select **Enabled** to allow access requests or **Disabled** to stop allowing access requests.

<figure><img src="/files/lCwy9lAZ2Xx23kWtAK95" alt=""><figcaption><p>Request Access setting</p></figcaption></figure>


---

# 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.snyk.io/platform-administration/snyk-hierarchy/organizations/requests-for-access-to-an-organization.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.
