Add user_id filter when listing tenants with global API key. (#34)

This commit is contained in:
Alejandra Buznego
2022-08-31 02:48:11 -05:00
committed by GitHub
parent 0a5c38d322
commit 4f08f7ddcb
5 changed files with 41 additions and 1 deletions

View File

@ -189,6 +189,10 @@ message ListTenantsRequest {
// If set, the given string will be used to search on name.
string search = 3;
// If set, filters the result set to the tenants of the user.
// Only global API keys are able to filter by this field.
string user_id = 4;
}
message ListTenantsResponse {