Skip to main content
GET
Get all managed users

Authorizations

Authorization
string
header
required

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

Headers

x-cal-secret-key
string
required

OAuth client secret key

Path Parameters

clientId
string
required

Query Parameters

limit
number

The number of items to return

Required range: 1 <= x <= 250
Example:

10

offset
number

The number of items to skip

Required range: 0 <= x <= 250
Example:

0

emails
string[]

Filter managed users by email. If you want to filter by multiple emails, separate them with a comma.

Example:

"?emails=email1@example.com,email2@example.com"

Response

200 - application/json
status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
object[]
required