currentStaffMember - admin-graphql - QUERY
Version: unstable
Description:
The staff member making the API request.
Access Scopes
Arguments
Returns
accountType :
AccountType
The type of account the staff member has.
active :
Boolean!
Whether the staff member is active.
avatar :
Image!
The image used as the staff member's avatar in the Shopify admin.
email :
String!
The staff member's email address.
exists :
Boolean!
Whether the staff member's account exists.
firstName :
String
The staff member's first name.
id :
ID!
A globally-unique ID.
identityAccount :
IdentityAccount
The Identity account details for the staff member.
identityAccountUrl :
URL
The account settings page URL for the staff member.
initials :
String
The staff member's initials, if available.
isShopOwner :
Boolean!
Whether the staff member is the shop owner.
lastName :
String
The staff member's last name.
locale :
String!
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 :
String!
The staff member's full name.
phone :
String
The staff member's phone number.
privateData :
StaffMemberPrivateData!
The data used to customize the Shopify admin experience for the staff member.
Examples