I'm learning about the REST API and in the documentation it mentions
that the "BasePath" is "/auth"
To get, for example, a list of all users for a realm the (GET) URL is
documented as "/{realm}/users". This implies that the full URL would be
something like "http://localhost:8080/auth/{realm}/users" however this
returns a 404. All other examples and questions about getting a user
seem to use the "admin/realms/{realm}/users" url (i.e. "
http://localost:8080/auth/admin/realms/{realm}/users"). Is the
documentation incorrect?
Kind regards,
Gareth