# 2026

## May 20, 2026

### New endpoints and enhancements

* Accounts
  * [List the users in an account](https://developer.cerby.com/#list-the-users-in-an-account)
  * [Share an account with a user](https://developer.cerby.com/#share-an-account-with-a-user)
  * [Share an account with a team](https://developer.cerby.com/#share-an-account-with-a-team)
* Collections
  * [Add an account to a collection](https://developer.cerby.com/#add-an-account-to-a-collection)
  * [Add a secret to a collection](https://developer.cerby.com/#add-a-secret-to-a-collection)
  * [Share a collection with a user](https://developer.cerby.com/#share-a-collection-with-a-user)
  * [Share a collection with a team](https://developer.cerby.com/#share-a-collection-with-a-team)
  * [Update a collection](https://developer.cerby.com/#update-a-collectio)
  * [Delete a collection](https://developer.cerby.com/#delete-a-collection)
* Users
  * [The user collection schema](https://developer.cerby.com/#the-user-collection-schema)
  * [The user account schema](https://developer.cerby.com/#the-user-account-schema)
  * [Add a user](https://developer.cerby.com/#add-a-user)
  * [List the accounts for a user](https://developer.cerby.com/#list-the-accounts-for-a-user)
  * [List the collections for a user](https://developer.cerby.com/#list-the-collections-for-a-user)
  * [Update a user](https://developer.cerby.com/#update-a-user)
* Users can now be invited to a business hub with specific assets in a single call to the Cerby API 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 endpoints and enhancements

* Accounts
  * [The account schema](https://developer.cerby.com/#the-account-schema) now has the following attributes:
    * `autofillMfa`
    * `avatarUrl`
    * `createdByEmail`
    * `domain`
    * `email`
    * `meta`
    * `passwordSet`
    * `passwordVisible`
    * `phone`
    * `rotatedAt`
    * `rotatedBy`
    * `rotatedById`
    * `status`
    * `syncedAt`
    * `url`
* Collections
  * [The subcollection schema](https://developer.cerby.com/#the-subcollection-schema)
  * [List the accounts in a collection](https://developer.cerby.com/#list-the-accounts-in-a-collection)
  * [List the secrets in a collection](https://developer.cerby.com/#list-the-secrets-in-a-collection)
  * [List the subcollections in a collection](https://developer.cerby.com/#list-the-subcollections-in-a-collection)
  * [List the users in a collection](https://developer.cerby.com/#list-the-users-in-a-collection)
  * [List the teams in a collection](https://developer.cerby.com/#list-the-teams-in-a-collection)
  * [Remove an account from a collection](https://developer.cerby.com/#remove-an-account-from-a-collection)
  * [Remove a secret from a collection](https://developer.cerby.com/#remove-a-secret-from-a-collection)
  * [Remove a user's access to a collection](https://developer.cerby.com/#remove-a-users-access-to-a-collection)
  * [Remove a team's access to a collection](https://developer.cerby.com/#remove-a-teams-access-to-a-collection)
* Users
  * [The user team schema](https://developer.cerby.com/#the-user-team-schema)
  * [The user secret schema](https://developer.cerby.com/#the-user-secret-schema)
  * [List the teams for a user](https://developer.cerby.com/#list-the-teams-for-a-user)
  * [List the secrets for a user](https://developer.cerby.com/#list-the-secrets-for-a-user)
* Integrations
  * [The integration asset schema](https://developer.cerby.com/#the-integration-asset-schema)
  * [The unmatched user schema](https://developer.cerby.com/#the-unmatched-user-schema)
  * [List the assets of an integration](https://developer.cerby.com/#list-the-assets-of-an-integration)
  * [List the unmatched users of an integration](https://developer.cerby.com/#list-the-unmatched-users-of-an-integration)

***

## February 13, 2026

### New endpoints and enhancements

* Accounts
  * The account schema now has the following attributes:
    * `businessId`
    * `cerbyManagedEmail`
    * `cerbyManagedPhone`
    * `hasBackupCode`
    * `hasPasskey`
    * `hasTotp`
    * `lastLoginBy`
    * `lastPasswordChange`
    * `mfaEnabled`
    * `mfaTypes`
  * The account TOTP schema now includes information about the account’s time-based one-time password (TOTP) codes.
  * [Retrieve the TOTP code of an account](https://developer.cerby.com/#retrieve-the-totp-code-of-an-account)
* Collections
  * Create a collection
* Users
  * The user schema now includes an `mfaStatus` attribute that indicates whether MFA is turned on for guest and local users and the date when it was turned on.
* Teams
  * [The team account schema](https://developer.cerby.com/#the-team-account-schema)
  * [The team secret schema](https://developer.cerby.com/#the-team-secret-schema)
  * [The team collection schema](https://developer.cerby.com/#the-team-collection-schema)
  * [The team member schema](https://developer.cerby.com/#the-team-member-schema)
  * [List the accounts of a team](https://developer.cerby.com/#list-the-accounts-of-a-team)
  * [List the secrets of a team](https://developer.cerby.com/#list-the-secrets-of-a-team)
  * [List the collections of a team](https://developer.cerby.com/#list-the-collections-of-a-team)
  * [List the members of a team](https://developer.cerby.com/#list-the-members-of-a-team)
  * [Create a self-managed team](https://developer.cerby.com/#list-the-members-of-a-team)
  * [Update a team](https://developer.cerby.com/#update-a-team)
  * [Delete a self-managed team](/updates-and-releases/cerby-api/2026.md)
  * [Add members to a self-managed team](https://developer.cerby.com/#delete-a-self-managed-team)
* Integrations
  * [The integration user schema](https://developer.cerby.com/#the-integration-user-schema) now includes a `dynamicFields` attribute with additional user attributes in the external app, which represent custom fields or properties specific to the integration.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.cerby.com/updates-and-releases/cerby-api/2026.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
