---
title: "People and segments commands"
description: "The authors behind the mentions, your annotations on them, and saved segments."
canonical: https://docs.mentio.dev/cli/people
markdown: https://docs.mentio.dev/cli/people.mdx
---

# People and segments commands

The authors behind the mentions, your annotations on them, and saved segments.

The authors behind the mentions, your annotations on them, and saved segments. Generated from the same OpenAPI document as the [API Reference](/api); ids are positional, every other input is a flag named as in the API, and each flag is described there. Global flags: `--api-key`, `--api-url`, `--pretty`, `--table`.

```bash
mentio people:list --minFollowers 5000 --sort reach --table
mentio people:update aut_1c2d... --tags vip,customer --notes "Met at the conference"
mentio people:merge aut_1c2d... --into aut_9e0f...
mentio segments:create --name Influencers --filter '{"minFollowers":10000}'
```

| Command                                           | What it does                        | Flags                                                                                                                                                                                                                                                                                                                                                                            |
| ------------------------------------------------- | ----------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `mentio people:activities <id>`                   | List outreach activities            |                                                                                                                                                                                                                                                                                                                                                                                  |
| `mentio people:delete-activity <id> <activityId>` | Delete an outreach activity         |                                                                                                                                                                                                                                                                                                                                                                                  |
| `mentio people:export`                            | Export people as CSV                | `--platform`, `--q`, `--tag`, `--muted`, `--since`, `--segmentId`, `--platforms`, `--tags`, `--minFollowers`, `--maxFollowers`, `--minMentions`, `--minNegative`, `--intents`, `--notPlatforms`, `--notTags`, `--notIntents`, `--keywordKinds`, `--neverKeywordKinds`, `--newSinceDays`, `--linkHosts`, `--stages`, `--automated`, `--ownerIds`, `--sort`, `--out`               |
| `mentio people:get <id>`                          | Get a person                        |                                                                                                                                                                                                                                                                                                                                                                                  |
| `mentio people:list`                              | List people                         | `--platform`, `--q`, `--tag`, `--muted`, `--since`, `--segmentId`, `--platforms`, `--tags`, `--minFollowers`, `--maxFollowers`, `--minMentions`, `--minNegative`, `--intents`, `--notPlatforms`, `--notTags`, `--notIntents`, `--keywordKinds`, `--neverKeywordKinds`, `--newSinceDays`, `--linkHosts`, `--stages`, `--automated`, `--ownerIds`, `--sort`, `--limit`, `--offset` |
| `mentio people:log-activity <id>`                 | Log an outreach activity            | `--channel`, `--note`, `--occurredAt`, `--memberId`, `--json`                                                                                                                                                                                                                                                                                                                    |
| `mentio people:merge <id>`                        | Merge an account into a person      | `--into`, `--json`                                                                                                                                                                                                                                                                                                                                                               |
| `mentio people:split <id>`                        | Undo a merge                        |                                                                                                                                                                                                                                                                                                                                                                                  |
| `mentio people:update <id>`                       | Update your annotations on a person | `--tags`, `--notes`, `--muted`, `--ownerId`, `--stage`, `--json`                                                                                                                                                                                                                                                                                                                 |
| `mentio segments:create`                          | Create a segment                    | `--name`, `--description`, `--filter`, `--json`                                                                                                                                                                                                                                                                                                                                  |
| `mentio segments:delete <id>`                     | Delete a segment                    |                                                                                                                                                                                                                                                                                                                                                                                  |
| `mentio segments:get <id>`                        | Get a segment                       |                                                                                                                                                                                                                                                                                                                                                                                  |
| `mentio segments:list`                            | List segments                       |                                                                                                                                                                                                                                                                                                                                                                                  |
| `mentio segments:update <id>`                     | Update a segment                    | `--name`, `--description`, `--filter`, `--json`                                                                                                                                                                                                                                                                                                                                  |
