--- title: currentStaffMember - GraphQL Admin description: The staff member making the API request. api_version: 2025-01 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/2025-01/queries/currentstaffmember md: https://shopify.dev/docs/api/admin-graphql/2025-01/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/2025-01/objects/StaffMember) A user account that can access the Shopify admin to manage store operations. Includes personal information and account status. You can assign staff members to [`CompanyLocation`](https://shopify.dev/docs/api/admin-graphql/latest/objects/CompanyLocation) objects for [B2B operations](https://shopify.dev/docs/apps/build/b2b), limiting their actions to those locations. *** ## Examples * ### currentStaffMember reference ## Query Reference ```graphql { currentStaffMember { # currentStaffMember fields } } ```