We are trying to retrieve the branch for all of our users and we are not seeing a more efficient way of doing it.
/manage/v1/user does not return a branch ID for the users. /manage/v1/user/{user_id} does, but then we would need to call that for each user to get the branch ID, which doesn’t seem too efficient.
Does any one have ideas or encountered any similar issue and have a more efficient solution?
I know there is this Idea out there, in case anyone else has run into this issue, we can vote it up.