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.

Path Parameters

cluster_id
string
required

Query Parameters

pagination.start_key
string
pagination.direction
enum<string>
default:PAGE_DIRECTION_NEXT
Available options:
PAGE_DIRECTION_NEXT,
PAGE_DIRECTION_LAST
pagination.limit
integer<int32>
pagination.time
string<date-time>
pagination.order
enum<string>
default:ASC
  • DESC: Sort in descending order. The default order is ascending.
Available options:
ASC,
DESC

Response

A successful response.

users
object[]
required
pagination
object