Assign agents to a dashboard entryAsk AIpost http://localhost:8080/{dashboardUUID}/{dashboardEntryUUID}/assign/agentsAllows the assignation of (up to 200 at a time) agents to the targeted dashboard Entry UUIDPath ParamsdashboardUUIDstringrequiredThe UUID of the dashboard who's entries you want to assign to an agent.dashboardEntryUUIDstringrequiredThe UUID of the entry you want to assign to an agent.Body ParamsAn object with the array of agentUUID's to assign to the dashboard entryagentUUIDsarray of stringsrequiredlength between 1 and 400agentUUIDs* stringADD stringResponses 200OK 400This is a 400 bad request response 500Internal Server ErrorUpdated over 2 years ago