Permissions required: bb.groups.list
The maximum number of groups to return. The service may return fewer than this value. If unspecified, at most 10 groups will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
A page token, received from a previous ListGroups
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListGroups
must match
the call that provided the page token.
Filter is used to filter groups returned in the list. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec
Supported filter:
For example: title == "dba" email == "dba@bytebase.com" title.matches("dba") email.matches("dba") project == "projects/sample-project" You can combine filter conditions like: title.matches("dba") || email.matches("dba")
OK
The response is of type object
.