--- title: ArticleAuthor - Storefront API description: The author of an article. api_version: unstable api_name: storefront source_url: html: https://shopify.dev/docs/api/storefront/unstable/objects/articleauthor md: https://shopify.dev/docs/api/storefront/unstable/objects/articleauthor.md --- # Article​Author object Requires `unauthenticated_read_content` access scope. The author of an article. ## Fields * bio [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) The author's bio. * email [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) non-null The author’s email. * first​Name [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) non-null The author's first name. * last​Name [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) non-null The author's last name. * name [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) non-null The author's full name. *** ## Map ### Fields with this object * {}[Article.authorV2](https://shopify.dev/docs/api/storefront/unstable/objects/Article#field-Article.fields.authorV2) * {}[Blog.authors](https://shopify.dev/docs/api/storefront/unstable/objects/Blog#field-Blog.fields.authors)