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[]

  • Array [

  • admin_id integer

    Admin ID #

    username string

    Username

    external_key string

    External key value

    timezone string

    Timezone

    name string

    Full name

    first_name string

    First Name

    last_name string

    Last Name

    initials string

    Initials

    nickname string

    Nickname

    email string

    Email address

    twitter string

    Twitter URL

    facebook string

    Facebook URL

    linkedin string

    LinkedIn URL

    login_count string

    The # of times the worker has logged in

    login_datetime string

    Last logged in

    custom_1 string

    Custom field value #1

    custom_2 string

    Custom field value #2

    custom_3 string

    Custom field value #3

    custom_4 string

    Custom field value #4

    custom_5 string

    Custom field value #5

    write_datetime date

    Date/time the admin was created

    mod_datetime date

    Date/time the admin was modified

  • ]

Loading...