Returns the list of Companies that the Super Admin is assigned to.
Equivalent Storefront GraphQL API Query: superAdminCompanies. For more information, see the GraphQL Playground.
The unique numeric ID assigned to the Super Admin by B2B Edition. This ID does not match the BigCommerce customer account ID. To find the ID of a given Super Admin account, use the Server-to-Server Super Admin API.
Maximum number of results to display per page. Values over 250 will return only 250 results.
Determines the Company field by which results will be sorted. If this is omitted, results are sorted by companyId.
Determines the sort order (ascending or descending) of the results.
Search string for filtering results. If this parameter is provided, results will include entries with a partial match in companyName or companyAdminEmail.
Search string for filtering results by companyId. Only returns data with an exact match in companyId. This ID does not match the ID shown in B2B Edition. To get a specific Company’s ID, use the Server-to-Server Company API.