Skip to main content

Query for contacts

GET 

/api/v3/user

Available query parameter values for filtering:

  • user_id
  • external_key
  • first_name
  • last_name
  • email
  • phone
  • user_type_id
  • username
  • customers.customer_id - Get contacts belonging to a specific customer

Request

Query Parameters

    where string

    first_name:EQUALS:jane

    order string

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