# CompanyLocationStaffMemberAssignment - admin-graphql - OBJECT Version: 2024-10 ## Description A representation of store's staff member who is assigned to a [company location](https://shopify.dev/api/admin-graphql/latest/objects/CompanyLocation) of the shop. The staff member's actions will be limited to objects associated with the assigned company location. ### Access Scopes `read_customers` access scope or `read_companies` access scope. Also: The API client must be installed on a Shopify Plus store. ## Fields * [companyLocation](/docs/api/admin-graphql/2024-10/objects/CompanyLocation): CompanyLocation! - The company location the staff member is assigned to. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [staffMember](/docs/api/admin-graphql/2024-10/objects/StaffMember): StaffMember! - Represents the data of a staff member who's assigned to a company location. ## Connections ## Related queries ## Related mutations * [companyLocationAssignStaffMembers](/docs/api/admin-graphql/2024-10/mutations/companyLocationAssignStaffMembers) Creates one or more mappings between a staff member at a shop and a company location. ## Related Unions ## Examples