# Members

The **Members** section in the StepSecurity Admin Console helps you manage user access and roles within your organization.

From this view, you can:

* **Add new users** via the **"Add Members"** button
* **Search** and filter the member list
* View each user's **name**, **join date**, and associated **organization**
* Use the **actions menu** (⋮) to manage individual member settings

This centralized list provides a clear overview of who has access, making it easy to maintain secure and organized team membership.

<figure><img src="/files/iXZ7Rnp9nZ6vAXGTz4nY" alt=""><figcaption></figcaption></figure>

### How to Add Members to an Organization

#### Step 1: Click **"Add Members"**

* Navigate to the **Members** section of your Admin Console and click the **"Add Members"** button in the top-right corner.

<figure><img src="/files/iXZ7Rnp9nZ6vAXGTz4nY" alt=""><figcaption></figcaption></figure>

#### Step 2: Select Authentication Type

* Choose the authentication method for the new member:
  * **GitHub**: The user signs in using their GitHub account. Recommended for teams that primarily manage access through GitHub identities.
  * **SSO**: The user authenticates through your organization’s Single Sign-On provider. Use this when access is centrally managed through an identity provider.
  * **SSO Group:** Grants access to users who belong to a specific SSO group. This provides an SCIM like functionality for automated user lifecycle management by granting access based on Identity Provider group membership. This allows customers to automate onboarding, role assignment, and de-provisioning by managing user group assignments directly within their Identity Provider
  * **Email Suffix:** Allows anyone with a matching email domain (for example, @company.com) to authenticate. Useful for broad domain-based access policies.
* Enter the required information based on the selected authentication method.
* Click **Continue**

<figure><img src="/files/HTPS57wTOKcxPf9uhoZo" alt=""><figcaption></figcaption></figure>

#### Step 3: Select Access Type

* Choose the type of access to grant the invited member:
  * **Tenant**: Grants full account-level access, including visibility into the Admin Console
  * **Organization**: Grants access only to specific organizations. Members with this access type cannot view the Admin Console and do not have account-level admin privileges
* Then click **Continue**.

<figure><img src="/files/jA1FWbEHZtc9nfUxvUoh" alt=""><figcaption></figcaption></figure>

#### Step 4: Assign a Role

* Select the role you want to assign:
  * **Auditor**: Read-only access. Auditors can view settings and activity but cannot make any changes
  * **Admin**: Full administrative access. Admins can view all settings and make changes across the account.
  * **Custom roles**: any custom role you have created. See [Roles](/administration/admin-console/access-control/roles.md#creating-a-custom-role) for how to define one.
* Click **Add** to finalize.

<figure><img src="/files/0MrdUetpNYDp4365vUpP" alt=""><figcaption></figcaption></figure>


---

# 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.stepsecurity.io/administration/admin-console/access-control/members.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.
