Lấy danh sách người dùng

API này dùng để lấy danh sách người dùng tương tác với OA

Lưu ý:

  • Đối với các API sử dụng cho Shop thì API_KEY: <api_key>.Thông tin base_url của Shop

  • Đối với các API sử dụng cho Partner thì API_KEY: <shop_key>.Thông tin base_url của Partner

ListFollowers

post
Body
Responses
post
$BASE_URL.Zalo/ListFollowers
200

A successful response

Request:

Response:

Cấu trúc body của request

Tham số
Kiểu dữ liệu
Mô tả

assigned_user_id

string

ID nhân viên được gán

oa_id

int64

ID của OA

name

string

Tên người dùng Zalo

date_from

string<date-time>

Ngày bắt đầu

date_to

string<date-time>

Ngày kết thúc

gender

string (pwGender) Enum

Giới tính "unknown" "male" "female" "other"

has_conversation

boolean

True: Có cuộc hội thoại

False: Không có cuộc hội thoại

phone

string

Số điện thoại người dùng

state

string (gqFollowState) Enum

follow: Đã quan tâm

unfollow: Chưa quan tâm

tags

Array of strings

Nhãn được gán cho người dùng

zl_user_id

string

ID người dùng Zalo

Cấu trúc thuộc tính dữ liệu trả về

Tham số
Kiểu dữ liệu
Mô tả

assigned_user_id

string

ID nhân viên được gán

avatar

string

Ảnh đại diện người dùng

full_name

string

Tên người dùng

id

string

ID người dùng trên eTelecom

oa_id

int64

ID của OA

shared_info

object (mrSharedInfo)

Người dùng đồng ý chia sẻ thông tin

address

string

Địa chỉ

city

string

Thành phố

district

string

Quận, Huyện

ward

string

Phường

name

string

Tên người dùng Zalo

created_at

string<date-time>

Thời điểm ghi nhận tương tác

updated_at

string<date-time>

Thời điểm update

gender

string (pwGender) Enum

Giới tính "unknown" "male" "female" "other"

has_conversation

boolean

True: Có cuộc hội thoại

False: Không có cuộc hội thoại

phone

string

Số điện thoại người dùng

shop_id

string

ID shop trên eTelecom

state

string (gqFollowState) Enum

follow: Đã quan tâm

unfollow: Chưa quan tâm

tags

Array of strings

Nhãn được gán cho người dùng

zl_user_id

string

ID người dùng Zalo

zl_user_id_by_app

string

ID người dùng Zalo theo app

Last updated