I would expect that this query returns rows:
SELECT * FROM sys.database_permissions WHERE grantor_principal_id = user_id('this_account')
That is, this account has granted other users permissions, and you will need to review these permissions before proceeding.