How to configure client and user to allow user management?

Hi,

I’m trying to integrate keycloak 9.0.2 with my java application using keycloak-admin-client to manage users from my application.

My application is configured but I didn’t find how to grant user management permissions.
I didn’t find any tutorial that explains how to do it.

I’m getting 403 forbidden when I try to create a new user in my realm.

Can someone explain me what to do to allow a user to manage users?