Account Manager API Reference
The Account Manager REST API provides Account Administrators with programmatic access to manage the lifecycles of User and API Client objects within Salesforce B2C Commerce.
This API is designed to automate administrative tasks and manage access control. Key features include:
- User Management: Create, update, and manage the lifecycle of user accounts.
- API Client Management: valid API Clients are required for interacting with the Open Commerce API (OCAPI) and other Salesforce services.
- Information Retrieval: Query details on Instances and Roles.
- Organization Configuration: Retrieve organization-level configuration details by using the expand query parameter when fetching User or API Client objects.
Consider these implementation notes and conventions when building integrations with the Account Manager API:
- Unlike standard REST conventions, this API uses the PUT method (rather than PATCH) to perform partial updates on User and API Client objects.
- Make sure that you rely only on the fields explicitly documented in this reference. Undocumented response fields are subject to change or removal without notice.
- The Invite-Scenario workflow is currently not supported via this API.