--- title: currentStaffMember - GraphQL Admin description: The staff member making the API request. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/queries/currentstaffmember md: https://shopify.dev/docs/api/admin-graphql/latest/queries/currentstaffmember.md --- # current​Staff​Member query The staff member making the API request. ## Possible returns * Staff​Member [Staff​Member](https://shopify.dev/docs/api/admin-graphql/latest/objects/StaffMember) 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. *** ## Examples * ### currentStaffMember reference ## Query Reference ```graphql { currentStaffMember { # currentStaffMember fields } } ```