> For the complete documentation index, see [llms.txt](https://docs.datalogz.io/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datalogz.io/guides/organizational-setup/user-onboarding-guide/members/invite-and-manage-members.md).

# Invite & Manage Members

### Overview

Root users and admins can manually invite, suspend, and promote members from the user's settings page.&#x20;

### Invite members

#### Send an invitation

To send an invitation:

1. Go to the Teams > Users
2. Click **Invite Users.**&#x20;
3. Enter the invitee(s) email address, and assign the user type.&#x20;
4. Click **Add**.&#x20;
5. Click **Send invites**. New members will receive an invite link via email along with steps to join the workspace.

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

### Delete member

To delete a user from Datalogz

1. Go to Teams > Users
2. Find the member's name, and click on the delete icon in the same column

The user will be removed from Datalogz and unable to access it unless they are re-invited.&#x20;

To remove a member from a Team

1. Go to Teams
2. Click on the Team's name
3. Deselect a member's name

The member will be removed from the Team and unable to access assigned projects/workspaces/streams. The member will remain a user in Datalogz.&#x20;

<br>


---

# 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.datalogz.io/guides/organizational-setup/user-onboarding-guide/members/invite-and-manage-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.
