Get list of users
This API is used to get the list of users interacting with OA
Note:
For APIs used for Partner, the API key is:
<shop_key>
. The base_url information of the Partner.
Request:
Response:
Request body structure
assigned_user_id
string
Employee ID assigned
id
int64
OA ID
name
string
Zalo Username
date_from
string<date-time>
Start date
date_to
string<date-time>
End date
gender
string (pwGender) Enum
Gender " unknown
" " male
" female
" " other
"
has_conversation
boolean
True
: Have a conversation
False
: No conversation
phone
string
User phone number
state
string (gqFollowState) Enum
follow
: Interested
tags
Array of strings
Labels assigned to users
zl_user_id
string
Zalo User ID
Return data attribute structure
assigned_user_id
string
Employee ID assigned
avatar
string
User avatar
full_name
string
User name
id
string
User ID on eTelecom
id
int64
OA ID
shared_info
object (mrSharedInfo)
User consents to share information
address
string
Address
city
string
City
district
string
District
ward
string
Ward
name
string
Zalo Username
created_at
string<date-time>
Time of recording interaction
updated_at
string<date-time>
Update time
gender
string (pwGender) Enum
Gender " unknown
" " male
" female
" " other
"
has_conversation
boolean
True
: Have a conversation
False
: No conversation
phone
string
User phone number
shop_id
string
Shop ID on eTelecom
state
string (gqFollowState) Enum
follow
: Interested
unfollow
: Not interested
tags
Array of strings
Labels assigned to users
zl_user_id
string
Zalo User ID
zl_user_id_by_app
string
Zalo user ID by app
Last updated