Account Admin V1 Changelog
Release Date: 2025-04-23
Version 1.3.0
Added
Added new endpoints:
- Retrieve the products associated with a specified user. GET users/:user_id/products
- Retrieve the roles associated with a specified user. GET users/:user_id/roles
Release Date: 2025-03-20
Version 1.2.0
Added
Added new endpoint: GET users/:user_id/projects that retrieves the projects associated with a specified user.
Release Date: 2025-03-03
Version 1.1.4
Added
A new field (templateId
) has been added to indicate the ID of the project that was used as a template when creating a new project.
This field is included in the response for the following endpoints:
Release Date: 2024-10-01
Version 1.1.3
Added
We have added a new, replacement GET companies endpoint, which now also supports filtering. We will continue to support the legacy endpoint.
Release Date: 2023-10-31
Version 1.1.0
Added
Added new endpoints to do the following:
- Create a new project from scratch or based on an existing template project.
- Add the specified user to a project.
- Add multiple users to a project in bulk.
- Update information about the specified user in a project.
- Remove the specified user from a project.
Release Date: 2023-06-12
Version 1.0.0
Added
Added new beta endpoints to do the following:
- Retrieve a list of the projects in the specified account.
- Retrieve a project specified by project ID.
- Retrieve information about a filtered subset of users in the specified project.
- Retrieve detailed information about the specified user in a project.