Determine Group Membership for User

How might I go about finding out what groups a user is a member of in the Domino Directory?

Subject: Look in the ($ServerAccess) view

I think that will give you the groups that a user is in directly, but not nested groups.

Subject: Exactly what I needed.

Thanks!

Subject: $ServerAccess view does not contain ‘mail only’ groups

The $ServerAccess view excludes groups that are set as ‘mail only’. To get the mail only groups you have to reference the $MailGroups view.

Subject: Great

Thanks - exactly what I needed!!