Skip to main content

Get a specific admin worker

GET 

/api/v3/admin/:admin_id

Get an admin by admin_id.

Request

Responses

Object was fetched successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable

    response

    object

    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...