> For the complete documentation index, see [llms.txt](https://docs.redivis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.redivis.com/reference/organizations/settings/membership.md).

# Membership

Anyone working with restricted data hosted by your organization must be an approved member. All members are associated with a [specific authentication method](/reference/organizations/members.md#member-identity-and-authentication) (e.g., single-sign-on through a university), and must continue to authenticate with this method in order to work with your organization's data.

On the third tab of your organization's settings, you can configure certain defaults and rules around membership in your organization.

<div data-with-frame="true"><figure><img src="/files/XZmbJqXmcVKrNIshRGhJ" alt=""><figcaption></figcaption></figure></div>

## **Approval**

This setting determines the default rules for approval of new members of your organization.

By default, this setting is toggled off, so all membership applications must be manually approved by an organization administrator. If toggled on, new members will automatically be approved – though even approved members will still need to request access to restricted datasets, and can subsequently have their membership revoked.

You can also choose to restrict automatic approval to certain authentications. For example, you might want to configure it such that all individuals who authenticate with your university are automatically approved as members, while external collaborators require manual approval.

## **Authentication timeout**

When working with restricted data, members will be prompted to re-authenticate (with the authentication method specified in their membership) after a period of inactivity. This can be an important configuration in scenarios where researchers may be using public computers or when complying with certain security guidelines.

You can set the enforced period of inactivity to anywhere between 15 minutes up to 3 days (the default). This timeout period will also apply to interactive users of the API.

{% hint style="warning" %}
We recommend avoiding an overly-restrictive timeout when possible, as this can create significant friction for your users.
{% endhint %}

## **Preferred authentication**

Here you can specify the preferred authentication (login) method to use when applying for membership with your organization. Typically, this will be your university's single sign-on, prompting users to submit this (rather than another university's credentials or a personal email) if they have it.


---

# 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.redivis.com/reference/organizations/settings/membership.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.
