How to check who added a user to a group ?

Options

Hello,

Is there any way to check who has added a particular user to a group by dql or log?

I tried to check this information in dm_audittrail but did not find anything traced there.

Thank you for any help.

Tagged:

Comments

  • Hi,

    Check if the auditing is enabled or not. If auditing is enabled for dm_group objects with event: dm_save, then the audit trail table will have the entry about the event.

    If auditing is not enabled, we cannot find any details.

    By default, only dm_default_set event is registered, which audits about 20+ events on dm_documents and its subtypes. More details on the audit events can be found in Documentum Server Administration Guide.

    You can enable the required events for auditing, so that the future incidents can be tracked easily.

    Hope this helps.

  • Hari G
    Hari G E
    edited February 14, 2023 #3
    Options