Get On-prem Group status

Get the status of an On-prem group.

Path parameters

idintegerRequired

On-prem group ID.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Details of agents and profiles
agent_countinteger or null
The total number of agents.
active_agent_countinteger or null
The number of active agents.
profileslist of objects or null
Array of profile details.

Errors