Is there a way to retrieve a list of users and there policies?

Hi,
I need to retrieve all the users and check if each one has transcription enabled, at the moment I’m calling /v2/phone/users which returns the list of users and then iterating over them calling /v2/phone/users/{userId} which returns extra details for the user including the policy with details of the transcriptions.
Is there a way to have the v2/phone/users API return policy details for each user in the page so I don’t have to make all the extra calls?

Thanks

This is also my problem.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.