iOS 16 and iOS 17 support ends late July 2026. Update your device to iOS 18.0 or later to continue receiving Cerby app updates.
For the complete documentation index, see llms.txt. This page is also available as Markdown.

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}/users now returns 409 Conflict when 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}/entitlements now returns a typed 400 error 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}/entitlements now returns 409 Conflict when 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 return 409 Conflict. Previously, a pending-invite conflict returned 400.

  • 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 empty 204 response, 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, and DELETE /api/v1/integrations/{id}/users/{userId} now return typed 403 or 400 errors when the calling user lacks permission, instead of 500 Internal Server Error.

  • SCIM

    • SCIM gateway user records now serialize created and updated timestamps 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 Found instead 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/users endpoint now accepts filter[status] (accepted values: live, disabled, pending) and filter[isGuest] (true or false) query parameters. Both filters can be combined with each other and with the existing free-text filter parameter. Omitting either filter preserves existing behavior


May 25, 2026

New features and enhancements

  • The /v1/search endpoint now accepts filter-only requests with an empty query field. This enables the extension popup to fetch accounts matching the current browser tab's domain without providing a search term

  • The last_used: week and last_used: month filter buckets on /v1/search now 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 sets

  • A 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


March 31, 2026

New features and enhancements


February 13, 2026

New features and enhancements


Last updated

Was this helpful?