A list of employees (AD)

I want to make a list of employees who will collect employee data from the Active Directory. Tell me with the help of what it can be implemented?

Have you tried

https://docs.plone.org/develop/plone.api/docs/api/user.html

?

probably you do not understand me.
I need to create a page with a list of users whose data will be taken from the AD (for example: department, location, division, etc.)

And what is the specific problem? You write a browser view in this case with a template and Python code calling the underlaying plone.api.users.get_users() API...

Let's just say, I'm still a novice in programming and I need help. I Interest is there a ready template.

https://docs.plone.org/adapt-and-extend/config/users-groups.html

If you want something special then you have to write code. Don't expect that everything is available
as an add-on implementing exactly what you want.

-aj