Audit trail for user deletion and creation

(imported topic written by edmund_quah91)

Due to company policy, any user deletion, modification and creation it must be accounted for.

Is there any log or audit trail for such action?

Thanks

(imported comment written by BenKus)

Yes. Check out the USERINFO table in the BFEnterprise table:

select * from USERINFO

This will tell you userlist, user creation time, is the user marked as deleted (we don’t actually delete them, just mark them as deleted).

Ben