2026
This article describes the newest endpoints, enhancements, and bug fixes to improve your experience using the Cerby API.
August 21, 2026
New features and enhancements
Integrations
POST /api/v1/integrations/{id}/usersnow returns409 Conflictwhen any user in the request is already a member of the integration. The response identifies the duplicate user IDs. Previously, duplicate invites were silently accepted and created unnecessary automation jobs. If any user in the batch is a duplicate, the entire request is rejected.PATCH /api/v1/integrations/{id}/users/{userId}/entitlementsnow returns a typed400error when the user's invite is still pending propagation, preventing automation jobs from being dispatched against an unclaimed grant.PATCH /api/v1/integrations/{id}/users/{userId}/entitlementsnow returns409 Conflictwhen the requested role change nets to no change. Previously, a no-op patch dispatched a full automation job that changed nothing.POST /api/v1/integrations/{id}/assets/{assetId}/users/{userId}pending-invite and active-access duplicate grants now both return409 Conflict. Previously, a pending-invite conflict returned400.
SCIM
SCIM user read responses now include the workspace role field, completing SCIM role parity with the write provisioning added in July.
July 21, 2026
New features and enhancements
Integrations
DELETE /api/v1/integrations/{id}/users/{userId}now returns the deprovisioning job object rather than an empty204response, consistent with the provisioning API. Existing clients that check only the HTTP status code are unaffected; clients that read the response body should update to handle the returned job.PATCH /api/v1/integrations/{id}/users/{userId},PATCH /api/v1/integrations/{id}/users/{userId}/entitlements, andDELETE /api/v1/integrations/{id}/users/{userId}now return typed403or400errors when the calling user lacks permission, instead of500 Internal Server Error.
SCIM
SCIM gateway user records now serialize
createdandupdatedtimestamps in ISO 8601 format. Previously, the date format was inconsistent across environments.Workspace role can now be set via SCIM provisioning.
July 8, 2026
New features and enhancements
Fixes
Requests to delete a secret that has already been deleted now return
404 Not Foundinstead of a server error.Inviting a user to a business hub who already has direct access through an asset is now blocked at the API level, preventing conflicting access states.
June 5, 2026
New features and enhancements
The
GET /api/v1/usersendpoint now acceptsfilter[status](accepted values:live,disabled,pending) andfilter[isGuest](trueorfalse) query parameters. Both filters can be combined with each other and with the existing free-textfilterparameter. Omitting either filter preserves existing behavior
May 25, 2026
New features and enhancements
The
/v1/searchendpoint now accepts filter-only requests with an emptyqueryfield. This enables the extension popup to fetch accounts matching the current browser tab's domain without providing a search termThe
last_used: weekandlast_used: monthfilter buckets on/v1/searchnow use cumulative rolling ranges (for example, "month" returns accounts used in the last 30 days including today) rather than mutually exclusive date bands. External integrators using these filters should verify their expected result setsA new
GET /v1/chaos/application-workflow-type/endpoint lists all workflow types registered for a given application, optionally filtered by execution platform
May 20, 2026
New features and enhancements
Integrations
Users can now be invited to a Business Hub with specific assets in a single call across TikTok, Google Ads, and Pinterest. Asset shares and role assignments are applied automatically when the invited user accepts and Cerby runs a sync.
March 31, 2026
New features and enhancements
Accounts
The account schema now has the following attributes:
autofillMfaavatarUrlcreatedByEmaildomainemailmetapasswordSetpasswordVisiblephonerotatedAtrotatedByrotatedByIdstatussyncedAturl
Collections
February 13, 2026
New features and enhancements
Accounts
The account schema now has the following attributes:
businessIdcerbyManagedEmailcerbyManagedPhonehasBackupCodehasPasskeyhasTotplastLoginBylastPasswordChangemfaEnabledmfaTypes
The account TOTP schema now includes information about the account’s time-based one-time password (TOTP) codes.
Collections
Create a collection
Users
The user schema now includes an
mfaStatusattribute that indicates whether MFA is turned on for guest and local users and the date when it was turned on.
Teams
Integrations
The integration user schema now includes a
dynamicFieldsattribute with additional user attributes in the external app, which represent custom fields or properties specific to the integration.
Last updated
Was this helpful?

