# games.gamesgamesgamesgames.getProfile

> Published by [gamesgamesgamesgames.games](https://lexicon.garden/identity/did:web:gamesgamesgamesgames.games)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:gamesgamesgamesgames.games/games.gamesgamesgamesgames.getProfile)
- [Documentation](https://lexicon.garden/lexicon/did:web:gamesgamesgamesgames.games/games.gamesgamesgamesgames.getProfile/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:gamesgamesgamesgames.games/games.gamesgamesgamesgames.getProfile/examples)

## Definitions

### `games.gamesgamesgamesgames.getProfile`

**Type**: `query`

Get a Pentaract profile by handle or DID.

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `handle` | `string` | No | The handle or DID of the user whose profile to fetch. |

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `handle` | `string` | No | The resolved ATProto handle for display. |
| `profile` | `union` | No |  |
| `profileType` | `string` | No |  |

## Raw Schema

```json
{
  "id": "games.gamesgamesgamesgames.getProfile",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "handle": {
              "type": "string",
              "description": "The resolved ATProto handle for display."
            },
            "profile": {
              "refs": [
                "games.gamesgamesgamesgames.defs#actorProfileDetailView",
                "games.gamesgamesgamesgames.defs#orgProfileDetailView"
              ],
              "type": "union"
            },
            "profileType": {
              "type": "string",
              "knownValues": [
                "actor",
                "org"
              ]
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "handle": {
            "type": "string",
            "description": "The handle or DID of the user whose profile to fetch."
          }
        }
      },
      "description": "Get a Pentaract profile by handle or DID."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
