REST Api Error 403

Hi,
Hope you can help…

I’m trying to create/list users using the REST api in Postman.
When i try to call it, I get a 403 and error unknown…
I followed to guide here in hope to fix it, but no change… java - cannot create user in the keycloak. Getting 403 status - Stack Overflow

Thx in advance

Soren

Fixed it…
Aparently you need a valid user to make it work…
Client credential grant does NOT work, as shown in example…

Hi!

Did you use public access type in the end?