Agents
Add Agent to Groups.
Add a specific Agent to one or more existing user groups in your SysAid account.
post/agents/{id}/groups
Request body
Example request
{
"groupIds": [
343,
344,
345
]
}Response
Groups successfully added to the agent.
Example response
{
"success": true
}