List community agents
Return a list of agents associated with the community
GET
/api/partners/v1/community/:community_id/agents/Request
Response
Example responseJSON200 · application/json
{ "items": [ { "first_name": "string", "last_name": "string", "email": "string", "id": 0 } ], "page": 0, "total_pages": 0, "total_items": 0}