Skip to main content

Interface: AuthorEntity

Defined in: packages/core/src/data/types/entities.ts:507

Interface for entities from the /wp/v2/users endpoint.

Extends

Indexable

[k: string]: unknown

Properties

avatar_urls?

optional avatar_urls: AvatarUrls

Defined in: packages/core/src/data/types/entities.ts:541

Avatar URLs for the user.


description

description: string

Defined in: packages/core/src/data/types/entities.ts:526

Description of the user.


id

id: number

Defined in: packages/core/src/data/types/entities.ts:511

Unique identifier for the user.


link: string

Defined in: packages/core/src/data/types/entities.ts:531

Author URL of the user.


meta

meta: Record<string, unknown>

Defined in: packages/core/src/data/types/entities.ts:546

Meta fields.


name

name: string

Defined in: packages/core/src/data/types/entities.ts:516

Display name for the user.


slug

slug: string

Defined in: packages/core/src/data/types/entities.ts:536

An alphanumeric identifier for the user.


url

url: string

Defined in: packages/core/src/data/types/entities.ts:521

URL of the user.


yoast_head?

optional yoast_head: null | string

Defined in: packages/core/src/data/types/entities.ts:17

Inherited from

Entity.yoast_head


yoast_head_json?

optional yoast_head_json: null | YoastJSON

Defined in: packages/core/src/data/types/entities.ts:16

Inherited from

Entity.yoast_head_json