get_users#
- AuthApi.get_users(as_objects=True, **query_params)#
Get users, filtered according to query parameters.
Examples of query parameters are: :rtype:
List
[User
]username
firstName
lastName
exact
Pagination is also supported using the
first
andmax
parameters.For a list of supported query parameters, see the Keycloak API documentation.