/phone/roles/{roleid}/members returns all members regardless of roleid

Hi all,

I’ve noticed when I try calling /phone/roles/{roleid}/members it lists all users.

So for example /phone/roles:-

[
{
    description: "Admin has full privileges to access and manage Zoom Phone (default)"
    id: "MRNStlOVS02fJ6pOAzrh0A"
    is_default: true
    name: "Phone Super Admin"
    total_members: 0
}
....
]

If I then do /phone/roles/MRNStlOVS02fJ6pOAzrh0A/members, it then lists all the members of the entire account.

Cheers,

Paul

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