# com.getorbyt.getProfile

> Published by [getorbyt.com](https://lexicon.garden/identity/did:plc:2xrqztnmzlckb3xfuuukupso)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:2xrqztnmzlckb3xfuuukupso/com.getorbyt.getProfile)
- [Documentation](https://lexicon.garden/lexicon/did:plc:2xrqztnmzlckb3xfuuukupso/com.getorbyt.getProfile/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:2xrqztnmzlckb3xfuuukupso/com.getorbyt.getProfile/examples)

## Definitions

### `com.getorbyt.getProfile`

**Type**: `query`

An Orbyt-enriched actor profile. Unauthenticated. Named `com.getorbyt.getProfile` rather than `com.getorbyt.profile.getProfile` so it does not sit under `com.getorbyt.profile`, which is a record: an NSID that is also the prefix of another splits lexicon-resolution authority across two domains and is what the Lexicon style guide means by a conflict between a group and a definition.

#### Parameters

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

#### Output

**Encoding**: `application/json`

## Raw Schema

```json
{
  "id": "com.getorbyt.getProfile",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "ref": "app.bsky.actor.defs#profileViewDetailed",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "actor"
        ],
        "properties": {
          "actor": {
            "type": "string",
            "format": "at-identifier"
          }
        }
      },
      "description": "An Orbyt-enriched actor profile. Unauthenticated. Named `com.getorbyt.getProfile` rather than `com.getorbyt.profile.getProfile` so it does not sit under `com.getorbyt.profile`, which is a record: an NSID that is also the prefix of another splits lexicon-resolution authority across two domains and is what the Lexicon style guide means by a conflict between a group and a definition."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
