v50

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-0193273218.8 KB
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

next_page_tokenstring

Token to retrieve the next page.