levgour
10 months agoContributor
Fetching an agent's email using it's id
Hi, at our company, we are using khoros' analytics api, in order to fetch data about agent's of our user, who's using khoros as their platform.
to achieve this we are using the following endpoint:
raw_agent_states
at our system, we store the
agentDisplayId
my question is, is there a way using such id, to fetch the Agent's email at a later time? I would like to avoid to refetch all Agents to find the email of only one Agent.