Skip to content

List members

Request

Lists all agents/admins in a team.

Security
ApiKeyAuth
Path
teamIdstring, (uuid)required

The team id

GET
/v1/teams/{teamId}/agents
curl -i -X GET \
  'https://dev.dixa.io/v1/teams/{teamId}/agents' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

List of agents/admins in the specified team

Bodyapplication/json
dataArray of objects(TeamMember)
Response
{ "data": [ {}, {} ] }