app.bsky.actor.profile
#main
Properties
A declaration of a Bluesky account profile.
Use com.atproto.repo.createRecord to create a record.
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| displayName | string | - | ❌ | - |
| description | string | - | ❌ | Free-form profile description text. |
| pronouns | string | - | ❌ | Free-form pronouns text. |
| website | string (uri) | - | ❌ | - |
| avatar | blob | - | ❌ | Small image to be displayed next to posts from account. AKA, 'profile picture' |
| banner | blob | - | ❌ | Larger horizontal image to display behind profile view. |
| labels | union of com.atproto.label.defs#selfLabels | - | ❌ | - |
| joinedViaStarterPack | com.atproto.repo.strongRef | - | ❌ | - |
| pinnedPost | com.atproto.repo.strongRef | - | ❌ | - |
| createdAt | string (datetime) | - | ❌ | - |
Output
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| ref | com.atproto.repo.strongRef | - | ✅ | - |