Added

Users API now avaliable

We’ve expanded the Mercury API with two new /api/v1/users endpoints that make it easier to retrieve user information for your organization.

Get User by ID

You can now fetch detailed information for a specific user by providing their userId. This endpoint returns the user’s name, email, organization role, and other identifying details.

Get All Users

This new list endpoint allows you to retrieve all users in your organization. It’s useful for syncing user directories, auditing permissions, or powering admin dashboards.

If you have questions or want to see additional user related functionality in future releases, feel free to reach out to [email protected].