sym.sdk.integrations.google.users_in_group

sym.sdk.integrations.google.users_in_group(group_email: str, *, include_indirect_members: bool = True) List[sym.sdk.user.User]

Returns a list of users in the specified Google Group.

Note that this method only returns emails corresponding to User accounts. If the specified Google Group contains nested Google Groups, those group emails will not be included in the returned list.

Parameters
  • group_email – The email identifier of the Google Group.

  • include_indirect_members – Whether to include users who are indirect members of the given group. Defaults to True.

Returns

A List of User objects