Today we're releasing a new version of Team Password Manager (v. 13.166.291), featuring API v.6, packed with new additions and enhancements to improve your automations.
Key API Updates
- Query and Search the Log:
You can now query and search the log directly via the API.
API: The Log - Improved Pagination:
Set the page size with theX-Page-Size
header. Additional link relations (self
,prev
,first
,last
) have been added alongsidenext
.
API: Pagination - Metadata-Only Responses:
All objects now support metadata-only responses using theX-Metadata-Only: true
header, improving performance and reducing payload sizes. - Configured Permissions in Passwords and Projects lists:
TheX-Permissions: true
header in passwords and projects lists allows Admins to get the permissions assigned to the objects. - Full "My Passwords" Management:
Manage "My Passwords" objects entirely via the API.
API: My Passwords - User Search:
Users can now be searched via the API, the same way as in the UI.
Two new endpoints to retrieve the list of passwords and projects a user has access to:GET /users/ID/passwords.json
andGET /users/ID/projects.json
.
API: Users
Check out the full API v6 changelog: API Changelog.
New API-Wide Features
- Configurable API Authentication:
Previously, both HMAC and HTTP Basic authentication were enabled by default. Now, you can choose which methods to allow — or enable both. - HMAC Keys Expiration:
Set expiration durations (in days) for HMAC API keys to enhance security.
Documentation for both features: API: Authentication
Note: These settings affect all users and API versions in your installation (currently v.5 and v.6; v.4 has been removed).
Changes to the TPM_REM Cookie
We’ve updated how the TPM_REM
cookie, which saves the “Remember Me” checkbox value on the sign-in screen, is handled:
- The cookie is no longer hardcoded as secure to avoid issues in high-availability setups.
- If you want it secure you must configure this setting in your installation.
How to secure the TPM_REM cookie
Other Improvements
This version also includes several small improvements and bug fixes. Be sure to review the full changelog for details.
Thank You!
We’re grateful for your feedback and suggestions, which continue to drive our development. We hope you enjoy the new features in this new Team Password Manager version.