Description
I would like to be able to do an API call to determine is a user has any cloud recordings.
Error
I can look up a users recordings for a month at a time but I just want to know if they have any recordings. I do not need al the actual recordings.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
using JWT
Which Endpoint/s?
Knowing the API endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.
How To Reproduce (If applicable)
Steps to reproduce the behavior:
Request URL / Headers (without credentials) / Body
See error
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Tommy, I looked at that option but that endpoint will only check a month at a time. If I have a user that has had an account for 3 year I have to iterate through it 36 times just to answer the question Does this user have any cloud recording? That may not be to bad for a few users but often I am checking thousands of accounts.
All I really want to know is does a user have any recordings. I do not need to see them I just want to know if any exist.
A field on the User Export function in the portal that contained a value that indicated a user had a recording or the number of recordings would give me what I need but since it does not I need to find a way to do it with API calls.