> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/trust/trust-center/dashboard-actions/invite-and-manage-trust-center-team-members.md).

# Invite and Manage Trust Center Team Members

Managing your Trust Center is a collaborative task. Sprinto allows you to invite internal stakeholders—such as Infosec officers, compliance managers, and legal personnel—as team members. Each team member can view or edit sections of the Trust Center, approve requests, and help maintain up-to-date content.

This article explains how to invite and manage your Trust Center team.

Here's a short video explaining the same.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEsyn5VMU6e0OyGjRtKgx%2Fuploads%2F3TUCOcLR08GrNEK5wIyQ%2FInviting%20Team%20Members%20to%20Trust%20Center.mp4?alt=media&token=7fe207d5-aba0-446e-9c1a-3e8415f4bfa7>" %}

***

### Step 1: Navigate to the Team Tab

1. Go to the **Trust Center** section in the left navigation.
2. Click on the **Team** tab.

You’ll see a list of all currently invited team members along with their email addresses and status (Active or Invited).

***

### Step 2: Invite New Team Members

1. Click on the **Invite Team Members** button.
2. In the drawer that opens:
   * Enter one or more email addresses
   * Assign default roles or permissions, if applicable
3. Click **Send Invite**

An email invitation will be sent to the listed addresses. Team members will appear in the table with a status of **Invited** until they accept.

***

### Step 3: Manage Team Members

From the Team tab:

* **Remove** members who no longer need access
* **Reinvite** members who haven’t accepted
* **Edit roles or permissions** if access levels change (if role-based settings are supported)

Changes are saved immediately and logged for audit purposes.

***

By managing your team effectively, you can ensure your Trust Center stays current, secure, and aligned with your organisation’s responsibilities.


---

# 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.sprinto.com/trust/trust-center/dashboard-actions/invite-and-manage-trust-center-team-members.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.
