Qbusiness > Structures > UsersAndGroups UsersAndGroups¶ Structure Class¶ UsersAndGroups dataclass ¶ Provides information about users and group names associated with a topic control rule. Attributes¶ user_groups class-attribute instance-attribute ¶ user_groups: list[str] | None = None The user group names associated with a topic control rule. user_ids class-attribute instance-attribute ¶ user_ids: list[str] | None = None The user ids associated with a topic control rule.