Return User's Groups

Hello all,

I am trying to get a list of the groups a user belongs to. I know I can do it by searching for a user in every group, but that doesn't make a whole lot of sense.

My main point of confusion is this: When a user is returned using the .get_user(user_id) method on the Users API, no matter how many groups a user is assigned to, the "groups" value in the response is always "None". However, when I go through the web interface, I can see they are actually assigned to groups.

Is there a reason for this behavior, or is this a bug of some sort?

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