Changelog

Stay up to date on recent changes to Staffbase APIs and other developer products and features.

September 4, 2026

Employee App
Staffbase Intranet
Staffbase Email
removed
The mandatoryGroupIDs field is removed from the User API.
The mandatoryGroupIDs field defines groups that a user cannot unsubscribe from, and is no longer available in create and update user requests or responses. You can achieve the same use case by combining an internal group that users cannot leave on their own and an open group that users can join themselves. Update any integrations that rely on this field if you haven't done so.

September 1, 2026

Employee App
Staffbase Intranet
Staffbase Email
changed
The Staffbase MCP Server is now available for Staffbase Email.
The Staffbase MCP Server can now connect to your Staffbase Email. The tool set enables you to search across drafts, scheduled, and sent emails by title, date, or author, and read the full content of emails in all localized versions. This enhanced capability helps you streamline your email workflows.

August 27, 2026

Employee App
Staffbase Intranet
added
Staffbase MCP Server is now available to connect AI clients to Staffbase.
The Staffbase MCP Server implements the Model Context Protocol, an open standard that defines how an AI agent discovers and calls tools on a remote server. The MCP Server allows AI agents to read content from the Staffbase platform on behalf of a signed-in user. It exposes a narrower, task-oriented subset of Staffbase data in a format designed for AI agents, complementing the Staffbase API. This allows you to connect supported AI clients to Staffbase without building a separate integration for each agent.

August 10, 2026

Employee App
Staffbase Intranet
Staffbase Email
changed
Starting August 10, 2026, Staffbase API token secret is displayed only when the token is created or rotated.
To enhance security, the full API token secret is shown only when you create or rotate a token from the Studio. After it is saved, the full secret cannot be viewed again. This change also affects the existing tokens. Be sure to copy and securely store your token secret immediately after creating or rotating it. If you lose the token secret, you will need to rotate the token to generate a new secret.

August 4, 2026

Employee App
Staffbase Intranet
Staffbase Email
deprecated
Starting September 4, 2026, the mandatoryGroupIDs field will be removed from the User API.
The mandatoryGroupIDs field defines groups that a user cannot unsubscribe from, and will no longer be available in create and update user requests or responses. You can achieve the same use case by combining an internal group that users cannot leave on their own and an open group that users can join themselves. Update any integrations that rely on this field before the removal date.

July 24, 2026

Employee App
Staffbase Intranet
changed
The Analytics API now has 10 new endpoints for Pages.
These endpoints provide detailed analytics data for pages. The new endpoints fall into two groups. Aggregate endpoints report across all pages: Page ranking lists pages ranked by views and visitors, Pages timeseries shows how views and visitors change over time, and Page view counts returns the view count for each page. Single-page endpoints focus on one page at a time: Page views returns its total views, Page stats summarizes its views, visitors, clicks, and session metrics, Page timeseries shows how its views, visitors, and clicks change over time, Page click ranking ranks the elements users clicked, Page group ranking ranks the groups its visitors belong to, Page time distribution shows when during the day visits happen, and Page traffic sources shows where visits come from by UTM parameters and platform. For request and response details, see the Analytics API.

July 14, 2026

Employee App
Staffbase Intranet
changed
upcoming
Starting October 1, 2026, in the Analytics API, the query parameters since and until are required for the GET Post ranking endpoint.
These parameters define the time range for the ranking of posts based on their visits. Requests to the GET Post ranking endpoint that omit either parameter will return an HTTP 400 Bad Request response. Update your integration before October 1, 2026 to include both parameters to ensure successful API requests.

July 6, 2026

Employee App
Staffbase Intranet
Staffbase Email
changed
The Groups API now supports the includeProfile query parameter when searching members of a group.
By default, includeProfile parameter value is false. Set it to true to include the profile data of each group member in the response. This lets you to retrieve member and profile information in a single request.

June 8, 2026

Employee App
Staffbase Intranet
Staffbase Email
changed
In the User API, pending users can now be retrieved by any authenticated user.
Previously, retrieving pending users required an administrative token. This update changes the required token permission to a read-only token, allowing broader access while maintaining security. This change aligns pending user retrieval behavior across API versions for consistent access.

June 5, 2026

Employee App
Staffbase Intranet
Staffbase Email
changed
In the Audit Log API, a new branch_config_change event type has been added.
This event is emitted when security-relevant platform settings change. The additionalData.fields array lists the affected configuration fields and can include allowSupportLogin, ipRestrictions, ipRestrictionsMode, and passwordPolicy.

May 13, 2026

Employee App
Staffbase Intranet
Staffbase Email
changed
In the Audit Log API, two new event types have been added: support_login and support_login_failed.
These events are triggered when a Staffbase support user logs into the platform on your organization's behalf. The support_login event indicates a successful login, while the support_login_failed event indicates a failed login attempt. This feature is relevant if you have enabled the Support Login option under the Security settings in the Studio, allowing Staffbase support to access the platform for troubleshooting purposes.

April 28, 2026

Staffbase Email
changed
In the Email Performance API, the Stream events endpoint now provides more detailed event data for email tracking.
The eventType field has been extended with a new eventSubType field, offering more granular insights into bounce reasons. For example, you can identify specific reasons such as a non-existent recipient address, a full mailbox, or a suppressed address, helping you better understand and act on delivery failures. Additionally, the eventReadTime field indicates how long recipients spent reading an email, in seconds, enabling deeper analysis of engagement.

April 24, 2026

Employee App
Staffbase Intranet
Staffbase Email
added
The Audit Log API allows you to retrieve audit log entries from your Staffbase platform.
Audit log entries capture events related to authentication activity, user account changes, and API token management, such as failed login attempts, password changes, and API token creations or deletions. Use this API to support security monitoring, incident investigation, and compliance requirements.
changed
Staffbase API specification files now follow a date-based versioning format (year.month.day).
This makes it easy to identify when an API specification was last updated. This change applies only to newly created or updated API specifications. Whenever an API file is modified, its version reflects the corresponding update date going forward.

April 23, 2026

Employee App
Staffbase Intranet
Staffbase Email
changed
You can now rotate an API token to generate a new secret while keeping the same token ID and permissions.
Rotating a token generates a new secret while preserving the token ID and all its permissions. Any systems using the previous secret immediately lose access and must be updated with the new secret. This enhances security by allowing you to rotate API secrets without creating new API tokens.

April 8, 2026

Employee App
Staffbase Intranet
Staffbase Email
changed
The CSV Import API now supports two new overwrite options on non-delta imports.
You can overwrite all users, or overwrite only users that were previously imported via CSV.

April 2, 2026

Employee App
Staffbase Intranet
Staffbase Email
changed
The Groups API now includes a new relevance_DESC sort parameter to retrieve groups based on their relevance to the search query.
With the relevance_DESC sort parameter, the most relevant groups appear first in the results.

March 1, 2026

Employee App
Staffbase Intranet
removed
Staffbase APIs no longer return publicly accessible media URLs when fetched with an API token.
The media URLs returned by these requests will require authentication. To obtain publicly accessible media URLs, use the Make media URLs public endpoint.

February 26, 2026

Employee App
Staffbase Intranet
Staffbase Email
changed
You can now define allowed IP ranges when creating an API token.
This lets you restrict token usage to specific source IP addresses or ranges using CIDR notation. If a request is made with the token from an IP address outside the configured ranges, the request is rejected. Use this option to limit token exposure, enforce network-level access control, and reduce the risk of unauthorized use in case a token is compromised.

February 24, 2026

Employee App
Staffbase Intranet
Staffbase Email
changed
production
In the User API, the latest version endpoints are now officially out of beta and available for production use.
The previous version endpoints remain fully supported and continue to work as before. However, Staffbase recommends migrating to the latest version for improved performance and additional features. For more information on the changes and how to migrate, refer to the User API migration guide.
removed
The User API return metadata endpoint has been removed.
This endpoint was deprecated in September 2025.
changed
production
The Groups API, which was in beta since October 2025, is now officially out of beta and available in production.
Use it to create and manage groups on the Staffbase platform more efficiently.

February 3, 2026

Employee App
Staffbase Intranet
changed
In the Pages API, the response schema now includes a new isOutdated field.
This boolean field indicates whether the page content is outdated based on its update reminder settings. This addition helps you easily identify pages that may require updates or reviews.

February 2, 2026

Employee App
Staffbase Intranet
Staffbase Email
changed
When retrieving a user via the User API, the response now includes both the value and source for the userName object, matching the existing structure for the email object.
Previously, the userName response included only the value. With this change, email and userName behave the same way, making it easier to understand the source as well.

January 30, 2026

Employee App
Staffbase Intranet
Staffbase Email
changed
In the User API, a new activatedAt field has been added to the user object.
The activatedAt field indicates the date and time when a user account was activated on the platform.

January 21, 2026

Employee App
Staffbase Intranet
Staffbase Email
changed
The Groups API now supports filtering group members.
You can now filter group members by their status using the status query parameter.

January 7, 2026

Employee App
Staffbase Intranet
Staffbase Email
changed
In the CSV Import API, the import status response now includes a reactivated field in the changes summary.
The reactivated field appears alongside existing metrics (created, updated, deactivated, deleted). Previously, reactivated users were not tracked as a separate metric.

December 15, 2025

Employee App
Staffbase Intranet
Staffbase Email
changed
The Groups API now supports managing group members using externalId in addition to userId.
When using the PATCH method to update members, you have more flexibility in how you add or remove users.

November 17, 2025

Employee App
Staffbase Intranet
Staffbase Email
changed
In the CSV Import API and the latest User API endpoints, a Not Found (404) response is now returned for single-entity actions when the user lacks permission on any entity in the request.
Previously, a Forbidden (403) response was returned in this case. This change improves security by preventing information leakage about the existence of entities.

November 7, 2025

Staffbase Email
changed
The Email Performance API now includes two new endpoints, list emails and get email metadata.
These endpoints help users retrieve email performance data more efficiently.

November 3, 2025

Employee App
Staffbase Intranet
Staffbase Email
changed
The CSV Import API now includes a new endpoint to get the changelog of an import.
This allows users to track changes made during CSV imports more effectively.

October 30, 2025

Employee App
Staffbase Intranet
Staffbase Email
added
beta
Introducing the Groups API that simplifies creating and managing groups in your platform.
It brings enhanced flexibility and automation, allowing you to integrate groups management into your workflows.

October 28, 2025

Employee App
Staffbase Intranet
Staffbase Email
changed
Access to the Tags API is now limited to improve platform security.
It is now limited to administrators and group administrators.

October 14, 2025

Employee App
Staffbase Intranet
changed
SCIM now correctly updates profile fields and reactivates users, fixing two issues in the latest version of SCIM.
In rare cases, profile fields were not updated correctly, and user reactivation did not work as expected. These issues have now been fixed.

October 8, 2025

Employee App
Staffbase Intranet
changed
The Chat API now includes a new endpoint to delete group chat conversations.
You can now delete group chat conversations. Learn more.

September 24, 2025

Employee App
Staffbase Intranet
Staffbase Email
changed
The User API adds new versions of the List users, Invite users, Return a user, and Delete a user endpoints.
New versions are available for List users, Invite users, Return a user, and Delete a user. Staffbase recommends migrating to these versions to benefit from the enhancements. Use the migration guide to test and plan your migration, and learn more about the Staffbase versioning policy before you plan your migration.
added
The User API adds new Update a user and Search users endpoints.
To replace certain legacy behaviors and improve efficiency, new Update a user and Search users endpoints have been added.
deprecated
The User API Return metadata endpoint is deprecated due to low usage.
The Return metadata endpoint is planned to be removed on January 1, 2026. Learn more about the Staffbase API lifecycle and deprecation policy.

September 4, 2025

Employee App
Staffbase Intranet
changed
The Search Settings API now includes a new redirectUrlMobile parameter in addition to the existing redirectUrl parameter.
This allows you to specify a different redirect URL for mobile devices, enhancing the user experience by directing mobile users to a mobile-optimized search engine. If not specified, it defaults to the value of redirectUrl.

August 25, 2025

Employee App
Staffbase Intranet
Staffbase Email
changed
The Media API now includes a new endpoint to retrieve publicly accessible media URLs.
This makes it easier to share media content for display without requiring authentication. Learn more.
deprecated
Starting March 1, 2026, Staffbase APIs no longer return publicly accessible media URLs when fetched with an API token.
The media URLs fetched will require authentication. Instead, publicly accessible media URLs can only be retrieved via the Make media URLs public endpoint. If you use APIs to fetch media files, ensure that you update your implementation accordingly before this date. Learn more.

August 8, 2025

Employee App
Staffbase Intranet
changed
production
The CSV Import API is now officially out of beta and introduces a partialTag property to support partial CSV imports.
The partialTag property is especially useful if you want to create conditional groups based on partial CSV tags, or migrate to the CSV Import API if you previously used partial CSV imports with the legacy method.
deprecated
The legacy CSV Import API is deprecated and will no longer be offered after October 31, 2025.
Staffbase strongly recommends using the CSV Import API for user management.

August 7, 2025

Employee App
Staffbase Intranet
changed
In the Search Settings API, the Update Internal Section endpoint has an updated request body schema and now treats iconURL as read-only.
The request body schema has been updated to accurately reflect the required structure. The iconURL property is now read-only and can no longer be updated.

June 27, 2025

Employee App
Staffbase Intranet
changed
The Notifications API now offers two new endpoints for sending notifications.
You can send a notification to notify specific users or user groups using the notification center, push notifications, or both; and send a plugin notification to notify specific users or user groups about a particular plugin instance. This is particularly useful for plugin developers targeting a plugin instance's audience. Both endpoints allow you to customize the notification's text, icon, and image for more personalized, context-aware messages.
deprecated
In the Notifications API, the existing Send notifications endpoint is deprecated and will be removed on December 31, 2025; use the two new notification endpoints instead.
The two new enhanced endpoints replace the existing Send notifications endpoint, which is now deprecated and scheduled for removal by the end of 2025. Staffbase strongly recommends switching to the new endpoints to ensure continued support and access to enhanced functionality.

June 23, 2025

Employee App
Staffbase Intranet
Staffbase Email
changed
The Users Sync API is now available to keep user data synchronized and consistent across your applications.
Utilize this API to synchronize users from the Staffbase platform, ensuring that your user data is always up-to-date and consistent across your applications.

June 16, 2025

Employee App
Staffbase Intranet
changed
The Spaces API now includes a new relevance_desc parameter for the Search spaces endpoint.
You can now use the relevance_desc parameter to sort search results by relevance in descending order, making it easier to find the most relevant spaces first.

June 13, 2025

Employee App
Staffbase Intranet
changed
The Media API now includes a new endpoint dedicated to replacing media files.
This endpoint allows you to replace existing media files with new ones while maintaining the original URL, ensuring that any references to the original file remain valid. This is particularly useful for updating media content without needing to change links or references in your content.

May 22, 2025

Employee App
Staffbase Intranet
changed
production
The File Management API is now generally available for adding files and managing collections on your platform.
It offers a range of methods to streamline file management tasks on your platform, such as adding files to your File Manager and creating, updating, or deleting collections. Whether you need to import assets from an external source, set up files for a new editor, or manage collections centrally as an administrator, the File Management API makes it simple and efficient. Learn more on getting started with the File Management API.

May 5, 2025

Employee App
Staffbase Intranet
changed
beta
The Search Settings API adds an update internal sections endpoint, switches update integration sections from PATCH to PUT, and removes the standalone update search settings endpoint.
The update internal sections endpoint has been added. The update integration sections endpoint now uses the PUT method instead of PATCH. The update search settings endpoint has been removed as its behavior can be achieved via the other three update endpoints.

May 2, 2025

Employee App
Staffbase Intranet
changed
The Campaigns API now supports emails assigned to campaigns.
The Campaigns API has been updated to reflect recent changes in platform capabilities. The sourceType parameter, which specifies the type of content assigned to a campaign, no longer supports the EXTERNAL_CONTENT value. Instead, a new content source type, EMAIL, has been added to support Staffbase Email.

April 23, 2025

Employee App
Staffbase Intranet
changed
beta
The Media API now includes a new search endpoint that allows you to search for media items based on the query you provide.
This is particularly useful for integrating media results into federated search solutions. The endpoint returns media information that matches the filename, content, or type directly from the Staffbase platform, based on your users' search input.

April 22, 2025

Employee App
Staffbase Intranet
added
beta
The new Search Settings API lets you fine-tune the redesigned search results page to fit your organization's needs.
Show or hide sections and the flyout, rename or reorder sections, set up a custom redirect URL after search input validation, and define which sites or knowledge bases should be searchable in Microsoft or ServiceNow.
added
beta
The new Installation API introduces a search endpoint that allows you to search plugins installed on your platform based on the query you provide.
This is particularly useful to fetch plugin details into your federated search solutions. The endpoint returns plugin information with accurate relevance and proper permission handling, directly from the Staffbase platform, based on your users' search input.

April 15, 2025

Employee App
Staffbase Intranet
changed
beta
The News API now includes a new search endpoint to search for news posts using a query string.
It retrieves a list of news posts that match the search query in the content, hashtags, image descriptions, teasers, or titles of the posts. This is particularly useful for third-party federated search solutions, enabling you to fetch news post details without indexing or storing the data in external systems.
added
beta
The new Profile API comes with a search endpoint that allows you to search user profiles using any query text you provide.
It searches across all searchable fields within user profiles. This is especially useful for third-party federated search solutions, enabling you to fetch user profile details without indexing or storing the data in external systems.

April 2, 2025

Employee App
Staffbase Intranet
deprecated
In the News API, the campaignId parameter in the Create and Update news post endpoints is deprecated and will be removed on November 1, 2025; use the Campaigns API create campaign reference endpoint instead.
The campaignId parameter is deprecated in the POST Create a news post and PUT Update a news post endpoints. To assign a post to a campaign, use the campaignId parameter in the create campaign reference endpoint of the Campaigns API. The campaignId parameter will be removed from the News API endpoints on November 1, 2025. This change ensures that campaign-related actions are handled consistently through the Campaigns API.

March 27, 2025

Employee App
Staffbase Intranet
changed
When a user's avatar image was set to null via an API call, the user was unable to access the Studio. This has been fixed.
When a user's avatar image was set to null via an API call, the user was unable to access the Studio. This has been fixed.

February 26, 2025

Employee App
Staffbase Intranet
Staffbase Email
added
Introducing the Email Performance API that retrieves detailed tracking data for emails sent through Staffbase Email.
This API provides key performance metrics, including the number of emails sent, opened, and clicked, helping you measure engagement and optimize your communication strategy. Discover more about its capabilities.
changed
The Spaces API now includes a new endpoint to retrieve a list of spaces using query, filter, and sorting options.
Additionally, the newly introduced section array enables you to identify and assign spaces across one or more products available on your platform, such as Employee App, Front Door Intranet, or Staffbase Email.
changed
In the CSV Import API, the Update CSV import configuration endpoint now includes an additional optional type field.
The Update CSV import configuration endpoint's optional type parameter defines whether it is a user import or a contact import for Staffbase Email.

February 5, 2025

Employee App
Staffbase Intranet
added
The News API now includes a new endpoint dedicated to retrieving acknowledgments on a news post.
The News API now includes a new endpoint dedicated to retrieving acknowledgments on a news post.

February 4, 2025

Employee App
Staffbase Intranet
Staffbase Email
removed
In the CSV Import API, the errors response field of an import has been removed.
Instead, Staffbase is developing a more scalable and user-friendly error reporting functionality with the endpoint /users/imports/{import_Id}/errors.
added
beta
The CSV Import API adds a new error reporting endpoint, /users/imports/{import_Id}/errors, that returns the errors of an import.
Staffbase is developing a more scalable and user-friendly error reporting functionality with the endpoint /users/imports/{import_Id}/errors.

January 29, 2025

Employee App
Staffbase Intranet
changed
The Quick Links API now includes a new visibleInPublicArea parameter that allows Quicklinks to be available in the public area.
The visibleInPublicArea parameter allows Quicklinks to be available in the public area. This update does not change the default behavior of existing Quicklinks. When creating a new Quicklink, it remains unavailable in the public area by default.

December 10, 2024

Employee App
Staffbase Intranet
removed
Staffbase discontinues support for the generic reply URLs de.eyo.net (DE) and backend.staffbase.com (US).
Starting December 10, 2024, Staffbase discontinues support for the following generic URLs as reply URLs: de.eyo.net (DE) and backend.staffbase.com (US). If you use any of these domains as reply URLs, you must update your Identity Provider (IdP) settings with your Staffbase platform domain in the list of allowed reply URLs. This is essential to avoid disruptions to your API integrations and SAML-SSO authentication flow. If you are impacted, your Customer Success Manager or Support team will reach out to you to assist you further.

October 17, 2024

Employee App
Staffbase Intranet
added
beta
Introducing the Pages API to simplify creating new pages with content from external sources.
The Pages API is ideal for organizations migrating to the Staffbase platform or consolidating scattered information. It helps preserve valuable content and ensures a seamless transition during migration. You can also manage your pages using the Pages API. Learn more: Extract Page Content Using the Pages API and Import External Content to Pages.
added
beta
Introducing the File Management API (beta) to add files and create, update, or delete collections on your platform.
You can add files to your File Manager and create, update, or delete collections. Whether you need to import assets from an external source, set up files for a new editor, or manage collections centrally as an administrator, the File Management API makes it simple and efficient. Learn more on getting started with the File Management API.
added
Introducing the Spaces API to simplify creating and managing Spaces in your platform.
The Spaces API brings enhanced flexibility and automation, allowing you to integrate Spaces management into your workflows.

October 1, 2024

Employee App
Staffbase Intranet
changed
In the Analytics API, the maximum limit for Content and Post ranking has been adjusted to 50000.
In the Analytics API, the maximum limit for Content and Post ranking has been adjusted to 50000.

September 17, 2024

Employee App
Staffbase Intranet
changed
In the Notifications API, a new 429 error code has been added to the Send notifications endpoint response.
The 429 error code is returned when too many requests are sent in parallel and exceeds the rate limits. When this error occurs, wait a short period before retrying the request. To avoid this error, we recommend staggering API calls instead of sending them all at once.
changed
In the Campaigns API, the Create campaign references endpoint now returns the plannedAt parameter.
The plannedAt parameter shows at what time and date the post is planned to be published and is returned with the response body in ISO 8601 format. For example, 2024-09-17T12:00:00Z.

August 31, 2024

Employee App
Staffbase Intranet
removed
In the User API, the enabled, pending, and verificationCode user response fields have been removed.
As announced last year, the enabled, pending, and verificationCode response fields of a user have been removed. To access the same information, use status and secret instead.

July 30, 2024

Employee App
Staffbase Intranet
changed
In the Campaigns API, two new endpoints are available for adding and removing content pieces as references.
You can now create a campaign reference and delete a campaign reference.

July 17, 2024

Employee App
Staffbase Intranet
changed
beta
It is now possible to use the vertical bar | as a CSV separator in the CSV Import API.
It is now possible to use the vertical bar | as a CSV separator in the CSV Import API.

May 16, 2024

Employee App
Staffbase Intranet
added
beta
Introducing the CSV Import API (beta) for advanced, stateful CSV-based user imports.
To get started, see the Get Started With CSV Import guide. Staffbase recommends using this beta feature for advanced CSV import capabilities and an improved user experience.
added
Introducing the Quick Links API that allows you to add custom header links to enable quick access to content for your users.
Learn more about the Quick Links API.

April 9, 2024

Employee App
Staffbase Intranet
changed
The Campaigns API sort parameter adds new ascending and descending values for updated, created, and scheduledFor, and changes the default to created_DESC.
The sort parameter now supports updated_DESC (descending by last updated date), created_DESC (descending by creation date, newest to oldest), updated_ASC (ascending by last updated date, oldest to newest), scheduledFor_ASC (ascending by publishing order), and scheduledFor_DESC (descending by publishing order). In addition, the default value has been changed from updated_DESC to created_DESC.

March 6, 2024

Employee App
Staffbase Intranet
changed
If you use SAML SSO, you can now configure SAML domain hints.
SAML domain hints ensure that users don't attempt to authenticate with the identity provider (IdP) using domains that are not allowed when using the Staffbase platform. To activate this feature, contact Staffbase Support or your Customer Success Manager. This feature currently works with Microsoft Entra ID as the IdP, although it may also work with other IdPs.

March 5, 2024

Employee App
Staffbase Intranet
removed
The Chat API no longer supports two request content types.
The multipart/form-data and application/x-www-form-urlencoded content types have been removed.

February 19, 2024

Employee App
Staffbase Intranet
removed
The user/tags endpoint under the User API has been removed.
Use the Tags API instead.

December 31, 2023

Employee App
Staffbase Intranet
removed
The Leave Webservice and Shift Webservice have been removed.
These webservices are no longer available as public Staffbase APIs.

December 1, 2023

Employee App
Staffbase Intranet
removed
The Profile API is no longer available as a public Staffbase API; use the User API instead.
The Profile API is no longer available as a public Staffbase API. You can use the User API for the same purposes. Contact Staffbase Support or your Customer Success Manager for more information.

October 25, 2023

Employee App
Staffbase Intranet
changed
The User API no longer omits profile fields when updating pending user details.
When updating pending user details with the User API, the profile fields were not populated. This has been fixed quickly.

August 31, 2023

Employee App
Staffbase Intranet
deprecated
In the User API, the verificationCode, pending, and enabled user response fields are deprecated and will be removed.
The verificationCode, pending, and enabled response fields of a user account will be removed on August 31, 2024. Instead, use secret for verificationCode, and status for pending and enabled. The enabled property is replaced by the status property to enable or disable a user with a request.

August 10, 2023

Employee App
Staffbase Intranet
added
Introducing the Tags API for a more scalable, user-friendly format for returning tags used in user profiles.
The Tags API will replace the user/tags endpoint under the User API. If you are still using the user/tags endpoint, Staffbase recommends migrating to the Tags API.
deprecated
The user/tags endpoint under the User API is deprecated in favor of the Tags API.
The user/tags endpoint will soon be removed. Staffbase recommends migrating to the Tags API.
added
The Analytics API adds a User timeseries endpoint returning total, registered, active, and engaged users for a time frame.
The new User timeseries endpoint comes with significant improvements, offering enhanced functionality and improved performance to ensure your integrations are future-proof.
deprecated
The Analytics API User timeseries with SCIM endpoint is deprecated and will be removed.
The existing User timeseries with SCIM endpoint will be deprecated. Staffbase will continue to support this endpoint until the beginning of 2024, after which it will no longer be supported. Staffbase recommends migrating to the User timeseries endpoint.

July 14, 2023

Employee App
Staffbase Intranet
changed
Editors on a specific plugin could set properties via API beyond their permission level. This has been fixed.
Users and tokens assigned as editors on a specific plugin could set properties via API on these plugins, which exceeded their permission level. This has been fixed. Now, users and tokens with editorial access for specific plugins can only set the plugin properties available to them in the Studio user interface.

June 16, 2023

Employee App
Staffbase Intranet
removed
In the User API, the source response field of a user has been removed.
The source response field of a user has been removed. Instead, you can now use the creation response field.

May 11, 2023

Employee Email (Classic)
added
Introducing the Contact API for syncing recipient email addresses and attributes into Employee Email.
The Contact API allows you to sync your recipients’ email addresses and other attributes from any third-party human resources system directly into Employee Email for creating custom distribution lists.

April 13, 2023

Employee App
Staffbase Intranet
changed
The User API now preserves the account creation date instead of overwriting it with the activation date.
Previously, the creation date of a user account was incorrectly overwritten with the activation date. This has been fixed.

February 9, 2023

Employee App
Staffbase Intranet
changed
The News API now displays acknowledgments when searching for posts.
Previously, acknowledgments were not displayed when the News API was used to search for posts. This has been fixed.

There are no changelog entries yet. Stay tuned for upcoming updates!