Using agentId with teamId
Learn how to use the agentId
in conjunction with teamId
in your exports
Some exports support the agentId
and teamId
parameters. These parameters work together to perform powerful filtering, especially with the User export.
agentId
and teamId
are both multi-value parameters. You'll pass a separate instance of the parameter for each team and/or agent by which to filter the export.
For example ?teamId=1&teamId=2&teamId=3&agentId=100&agentId=101
would return all of the agents on teams 1, 2, and 3 plus agents 100 and 101 regardless of what team they are on.
Updated almost 5 years ago