Endpoint
/api/v2/tenants/{varId}/clients/{clientId}/{action}
Path Parameters
varIdstring
clientIdstring
actionstring
Responses
OK
Activates and deactivates a client.
The action specified in the URL is the action to be performed on the client profile.
Action | Description |
---|---|
activate | All clients operations are activated. |
suspend | Disable the client account and temporarily stop all client operations. |
terminate | Terminating the client will stop its operations, remove all agents, and uninstall all integrations |
/api/v2/tenants/{varId}/clients/{clientId}/{action}
OK