> For the complete documentation index, see [llms.txt](https://cylexdev.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cylexdev.gitbook.io/docs/cylex-phone/exports-and-events/server-console-commands/app-accounts.md).

# App Accounts

#### `changeAppData`

Modifies application-related metadata such as verification tags.

**Syntax**

```bash
changeAppData <app> <tag> <key> <value>
```

**Common Verification Commands**

```bash
changeAppData app tag verified true
changeAppData app tag yellow_verified true
changeAppData app tag gray_verified true
```

**Verification Types**

| Tag               | Description                           |
| ----------------- | ------------------------------------- |
| `verified`        | Standard verified account             |
| `yellow_verified` | Special verification for job accounts |
| `gray_verified`   | This is for government accounts       |

> ℹ️ Verification changes affect how the account is displayed within the application.

***

### Application Data Lookup

#### `getAppData`

Retrieves application-related data associated with a specific user tag.

**Syntax**

```bash
getAppData <application> <tag>
```

**Example**

```bash
getAppData twitter cylex
```

**Description:**\
Fetches stored application data linked to the specified tag.

> ⚠️ This command may return sensitive information. Use only for administrative purposes.

***
