Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

query

The StaffMember resource, by ID.

The ID of the staff member to return. If no ID is provided, then the staff member making the query (if any) is returned.


Was this section helpful?

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.

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.

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.


Was this section helpful?