Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page_token
string
project_id
string
required
filter
string

Filter the result-set by properties using a subset of the Kibana Query Language.

order_by
string

Specifies the result ordering for List requests. Supported values are:

  • "email asc|desc" (only applicable if the user is registered via Motto)
  • "" (default, which orders by user_id asc)
page_size
integer<int32>

Response

OK

users
object[]
next_page_token
string
summary
object

Summary about the response. This always matches the filter criteria of the request, but ignores pagination.