Add agents/admins to a team.
Invalid value for: path parameter teamId, Invalid value extracted from request context, Invalid value for: body
Internal failure during request processing
{- "agentIds": [- "912d5148-6918-4420-b23a-8584b896c8ae",
- "a8080cf3-9d55-41dd-a8ef-b02414399e7a"
 ]
}{- "message": "Invalid value in request"
}Create a team.
The created team
Invalid value extracted from request context, Invalid value for: body
Internal failure during request processing
{- "name": "Team A"
}{- "data": {- "id": "005e7108-c85c-41d1-a945-4a8dc58c4399",
- "name": "Team A"
 }
}Delete a team.
The team was successfully deleted
Invalid value for: path parameter teamId, Invalid value extracted from request context
Internal failure during request processing
{- "message": "Invalid value in request"
}Get a team by id.
The team
Invalid value for: path parameter teamId, Invalid value extracted from request context
An entity in this request could not be found
{- "data": {- "id": "005e7108-c85c-41d1-a945-4a8dc58c4399",
- "name": "Team A"
 }
}Lists all agents/admins in a team.
List of agents/admins in the specified team
Invalid value for: path parameter teamId, Invalid value extracted from request context
Internal failure during request processing
{- "data": [- {- "id": "e8333378-62ed-4062-93b5-fadae6f41175",
- "name": "Agent A",
- "email": "aa@example.org"
 },
- {- "id": "40735745-9fde-4b6d-8941-e82e4e6d5001",
- "name": "Agent B",
- "email": "ab@example.org"
 }
 ]
}List the presence status of all agents/admins in a team.
List of agents/admins presence status in the specified team
Invalid value for: path parameter teamId, Invalid value extracted from request context, Invalid value for: query parameter pageLimit, Invalid value for: query parameter pageKey
An entity in this request could not be found
Internal failure during request processing
{- "data": [- {- "userId": "d53dbec1-e79c-4736-b9a1-15f6dce71ed4",
- "requestTime": "2021-12-01T12:46:35.935",
- "lastSeen": "2021-12-01T12:46:35.935",
- "presenceStatus": "Working",
- "connectionStatus": "Online",
- "activeChannels": [- "Email",
- "FacebookMessenger"
 ]
 },
- {- "userId": "e8ecd53b-2f6c-4471-a3a0-34d94caff8c8",
- "requestTime": "2021-12-01T12:46:35.935",
- "lastSeen": "2021-12-01T12:46:35.935",
- "presenceStatus": "Working",
- "connectionStatus": "Online",
- "activeChannels": [- "Email",
- "FacebookMessenger"
 ]
 }
 ]
}Lists all teams in an organization.
The list of teams in an organization
Invalid value extracted from request context
Internal failure during request processing
{- "data": [- {- "id": "005e7108-c85c-41d1-a945-4a8dc58c4399",
- "name": "Team A"
 },
- {- "id": "83cc3c21-9d28-4250-b6ea-b3a6333c5c73",
- "name": "Team B"
 }
 ]
}Remove agents/admins from a team.
The agents/admins were successfully removed from the team
Invalid value for: path parameter teamId, Invalid value extracted from request context, Invalid value for: body
Internal failure during request processing
{- "agentIds": [- "a8080cf3-9d55-41dd-a8ef-b02414399e7a",
- "d53dbec1-e79c-4736-b9a1-15f6dce71ed4"
 ]
}{- "message": "Invalid value in request"
}