For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dev Portal
DocsAPI ReferenceLearnCommunityChangelog
DocsAPI ReferenceLearnCommunityChangelog
    • About Our APIs
  • REST
    • Overview
      • Overview
      • Storefront
      • Management
        • Overview
          • Addresses
          • Authentication
          • Channels
          • Company
          • Invoice Management
          • Orders
          • Payment
          • Quotes
          • Sales Staff
          • Shopping List
          • Super Admin
          • Users
            • GETList B2B Users
            • POSTCreate Company User
            • POSTBulk Create Users
            • GETGet User Details
            • PUTUpdate User Details
            • DELDelete User
            • GETGet User Details by BigCommerce Customer ID
            • GETList Extra Fields for Users
  • GraphQL
    • Overview
  • MCP
    • Overview
Dev Portal
LogoLogo
On this page
  • Limitations and Considerations
RESTB2BManagement

Users

Was this page helpful?
Previous

Update Company Super Admins Assignments

Next

List B2B Users

Built with

NOTE: While Super Admins are B2B Edition user accounts, they are not included in the response data for this API. To manage Super Admin accounts, refer to the B2B Edition Super Admin API.

The Users API provides programmatic access to B2B Edition user management within BigCommerce. It enables storefront operations such as creating Company users, assigning roles, associating users with channels, and managing extra fields. This ensures that B2B customers can be onboarded, managed, and maintained according to your business logic and storefront requirements.

Each B2B Edition user account is associated with a BigCommerce customer account. To manage BigCommerce specific account information, refer to the Customers API.

Limitations and Considerations

  • Role Management: Only built-in roles (admin, senior buyer, junior buyer) are supported in filters, but custom roles are still accessible for reading and updating.
  • Bulk Operations: Bulk user creation is limited to 10 users per request.
  • Deletion Safeguards: Deleting the last user in a Company is not allowed; deleting all admin users is permitted but may render Companies unable to transact.
  • Channel Assignments: Users must be assigned to at least one storefront channel in order to perform business operations in a store with multiple storefront channels.