# pub.chive.actor.getMyProfile

> Published by [chive.pub](https://lexicon.garden/identity/did:plc:7natp5xae72bddaqlkef2t4e)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:7natp5xae72bddaqlkef2t4e/pub.chive.actor.getMyProfile)
- [Documentation](https://lexicon.garden/lexicon/did:plc:7natp5xae72bddaqlkef2t4e/pub.chive.actor.getMyProfile/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:7natp5xae72bddaqlkef2t4e/pub.chive.actor.getMyProfile/examples)

## Definitions

### `pub.chive.actor.getMyProfile`

**Type**: `query`

Get the authenticated user's Chive profile from their PDS

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `bio` | `string` | No | Biography text |
| `orcid` | `string` | No | ORCID identifier |
| `dblpId` | `string` | No | DBLP author identifier |
| `fields` | `array` | No | Research field identifiers |
| `openAlexId` | `string` | No | OpenAlex author ID |
| `displayName` | `string` | No | Display name |
| `affiliations` | `array` | No | Current institutional affiliations |
| `nameVariants` | `array` | No | Alternative name forms for paper matching |
| `openReviewId` | `string` | No | OpenReview profile ID |
| `arxivAuthorId` | `string` | No | arXiv author identifier |
| `scopusAuthorId` | `string` | No | Scopus author ID |
| `googleScholarId` | `string` | No | Google Scholar profile ID |
| `researchKeywords` | `array` | No | Research topics and keywords |
| `semanticScholarId` | `string` | No | Semantic Scholar author ID |
| `previousAffiliations` | `array` | No | Past institutional affiliations |

#### Errors

- **AuthenticationRequired**
- **PDSNotFound**

### `pub.chive.actor.getMyProfile#researchKeyword`

**Type**: `object`

Research keyword with optional authority IDs

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `label` | `string` | Yes | Keyword label |
| `fastId` | `string` | No | FAST subject heading ID |
| `wikidataId` | `string` | No | Wikidata entity ID |

## Raw Schema

```json
{
  "id": "pub.chive.actor.getMyProfile",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "AuthenticationRequired"
        },
        {
          "name": "PDSNotFound"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "bio": {
              "type": "string",
              "description": "Biography text"
            },
            "orcid": {
              "type": "string",
              "description": "ORCID identifier"
            },
            "dblpId": {
              "type": "string",
              "description": "DBLP author identifier"
            },
            "fields": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Research field identifiers"
            },
            "openAlexId": {
              "type": "string",
              "description": "OpenAlex author ID"
            },
            "displayName": {
              "type": "string",
              "description": "Display name"
            },
            "affiliations": {
              "type": "array",
              "items": {
                "ref": "pub.chive.defs#affiliation",
                "type": "ref"
              },
              "description": "Current institutional affiliations"
            },
            "nameVariants": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Alternative name forms for paper matching"
            },
            "openReviewId": {
              "type": "string",
              "description": "OpenReview profile ID"
            },
            "arxivAuthorId": {
              "type": "string",
              "description": "arXiv author identifier"
            },
            "scopusAuthorId": {
              "type": "string",
              "description": "Scopus author ID"
            },
            "googleScholarId": {
              "type": "string",
              "description": "Google Scholar profile ID"
            },
            "researchKeywords": {
              "type": "array",
              "items": {
                "ref": "#researchKeyword",
                "type": "ref"
              },
              "description": "Research topics and keywords"
            },
            "semanticScholarId": {
              "type": "string",
              "description": "Semantic Scholar author ID"
            },
            "previousAffiliations": {
              "type": "array",
              "items": {
                "ref": "pub.chive.defs#affiliation",
                "type": "ref"
              },
              "description": "Past institutional affiliations"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {}
      },
      "description": "Get the authenticated user's Chive profile from their PDS"
    },
    "researchKeyword": {
      "type": "object",
      "required": [
        "label"
      ],
      "properties": {
        "label": {
          "type": "string",
          "description": "Keyword label"
        },
        "fastId": {
          "type": "string",
          "description": "FAST subject heading ID"
        },
        "wikidataId": {
          "type": "string",
          "description": "Wikidata entity ID"
        }
      },
      "description": "Research keyword with optional authority IDs"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 2
}
```
