How to exclude authors from get_pages()

https://codex.wordpress.org/Function_Reference/get_pages

this function does not take exclude author args. If you want to exclude a specific author and want to display all pages. Then you can do this easily by WP_Query.