Zoho mail organization accounts

Zoho mail organization accounts

hi zoho users,
so i'm trying to get all the accounts of my organization:
const response = await axios.get(`https://mail.zoho.eu/api/accounts`, {
     headers: {
         Authorization: `Bearer ${authToken}`
     }
});

im getting only 13 users, althought i have 48 email accounts!
what is the problem ?