I need an API that allows me to retrieve a list of users with access to my Brightcove account for integration with another system.
Currently, there is no built-in option to download a user list from Brightcove Studio.
I have access to APIs such as:
🔹 https://cms.api.brightcove.com/v1/accounts/{{account_id}}/videos
(for video management)
However, I couldn’t find an API to list users. AI-generated suggestions like:
🔹 https://oauth.brightcove.com/v4/accounts/{account_id}/users
🔹 https://cms.api.brightcove.com/v1/accounts/{account_id}/users
…do not seem to exist or return errors.
Has this functionality been removed?
Is there an alternative API to retrieve user access details?
Thanks in advance for your help!