# companyLocationAssignStaffMembers - admin - MUTATION Version: 2025-01 ## Description Creates one or more mappings between a staff member at a shop and a company location. ### Access Scopes `write_customers` access scope or `write_companies` access scope. Also: The API client must be installed on a Shopify Plus store. ## Arguments * [companyLocationId](/docs/api/admin/2025-01/scalars/ID): ID! - The ID of the company location to assign the staff member to. * [staffMemberIds](/docs/api/admin/2025-01/scalars/ID): ID! - The list of IDs of the staff members to assign. ## Returns * [companyLocationStaffMemberAssignments](/docs/api/admin/2025-01/objects/CompanyLocationStaffMemberAssignment): CompanyLocationStaffMemberAssignment The list of created staff member assignments. * [userErrors](/docs/api/admin/2025-01/objects/BusinessCustomerUserError): BusinessCustomerUserError! The list of errors that occurred from executing the mutation. ## Examples