Redpanda Users
List users
List users. Optional: filter based on username.
get/v1/users
Query parameters
filter.namestring
Username.
filter.name_containsstring
Substring match on username. Case-sensitive.
page_sizeinteger
Limit the paginated response to a number of items. Defaults to 100. Use -1 to disable pagination.
page_tokenstring
Value of the next_page_token field returned by the previous response. If not provided, the system assumes the first page is requested.
Response
OK