Skip to main content
Log inSign up
query

The staff member making the API request.

Represents the data about a staff member's Shopify account. Merchants can use staff member data to get more information about the staff members in their store.

accountType

The type of account the staff member has.

active
non-null

Whether the staff member is active.

avatar
non-null

The image used as the staff member's avatar in the Shopify admin.

email
non-null

The staff member's email address.

exists
non-null

Whether the staff member's account exists.

firstName

The staff member's first name.

id
non-null

A globally-unique ID.

identityAccount

The Identity account details for the staff member.

initials

The staff member's initials, if available.

isShopOwner
non-null

Whether the staff member is the shop owner.

lastName

The staff member's last name.

locale
non-null

The staff member's preferred locale. Locale values use the format language or language-COUNTRY, where language is a two-letter language code, and COUNTRY is a two-letter country code. For example: en or en-US

name
non-null

The staff member's full name.

phone

The staff member's phone number.

privateData
non-null

The data used to customize the Shopify admin experience for the staff member.

identityAccountUrl
Deprecated

The account settings page URL for the staff member. Use identityAccount instead.


Was this section helpful?