Account Admin V2 Changelog
Release Date: 2020-03-22
Version 2.5.0
Added
Added endpoints to retrieve information about project users:
- Retrieves information about all the users in a project (GET projects/:project_id/users).
- Retrieves information about a single user in a project (GET projects/:project_id/users/:user_id).
Note that these endpoints support both two-legged and three-legged authentication.
Release Date: 2018-01-28
Version 2.0.0
Added
Added three new endpoints:
- Add users to a project (POST projects/:project_id/users/import).
- Update a user’s profile for a project (PATCH projects/:projectd_id/users/:user_id).
- Retrieve a project’s industry roles (GET projects/:project_id/industry_roles).