Skip to main content

Query for admin workers

GET 

/api/v3/admin

Valid query parameters:

  • admin_id
  • external_key
  • email
  • first_name
  • last_name

Request

Query Parameters

    where string

    first_name:EQUALS:jane

    order string

    admin_id:ASC

    limit string

    2

    offset string

    8

Responses

Object was fetched successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response object
Loading...