I am using below api to get the list of all users. How to determine the admin from these users
I need to use his/her id for select_admin: in subsequent calls for listing team folders
const headers = {
Authorization: `Bearer ${accessToken}`,
'Content-Type': 'application/json',
};