# ai.newnal.trustsquare.getActorProfile

> Published by [bezalel-newnal.bsky.social](https://lexicon.garden/identity/did:plc:75qhtany5zmo7d3i2ni5d7nf)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:75qhtany5zmo7d3i2ni5d7nf/ai.newnal.trustsquare.getActorProfile)
- [Documentation](https://lexicon.garden/lexicon/did:plc:75qhtany5zmo7d3i2ni5d7nf/ai.newnal.trustsquare.getActorProfile/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:75qhtany5zmo7d3i2ni5d7nf/ai.newnal.trustsquare.getActorProfile/examples)

## Definitions

### `ai.newnal.trustsquare.getActorProfile`

**Type**: `query`

Verification summary and stats for an account.

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `actor` | `string` (at-identifier) | Yes |  |

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `profile` | `ref` → `ai.newnal.trustsquare.defs#actorProfileView` | Yes |  |

#### Errors

- **NotFound**

## Raw Schema

```json
{
  "id": "ai.newnal.trustsquare.getActorProfile",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "NotFound"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "profile"
          ],
          "properties": {
            "profile": {
              "ref": "ai.newnal.trustsquare.defs#actorProfileView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "actor"
        ],
        "properties": {
          "actor": {
            "type": "string",
            "format": "at-identifier"
          }
        }
      },
      "description": "Verification summary and stats for an account."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
