# games.gamesgamesgamesgames.org.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.org.getProfile)
- [Documentation](https://lexicon.garden/lexicon/did:web:gamesgamesgamesgames.games/games.gamesgamesgamesgames.org.getProfile/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:gamesgamesgamesgames.games/games.gamesgamesgamesgames.org.getProfile/examples)

## Definitions

### `games.gamesgamesgamesgames.org.getProfile`

**Type**: `query`

Get the authenticated user's organization profile.

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `profile` | `ref` → `games.gamesgamesgamesgames.defs#orgProfileDetailView` | No |  |

## Raw Schema

```json
{
  "id": "games.gamesgamesgamesgames.org.getProfile",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "profile": {
              "ref": "games.gamesgamesgamesgames.defs#orgProfileDetailView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Get the authenticated user's organization profile."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
