Unsuspend
Call description
Use the unsuspend call to cancel the suspending of a company. All licenses associated with the company are re-activated after unsuspending. Products using those licenses are activated.
•This API call requires authorization; the user has to be logged in.
•Request URL: https://mspapi.eset.com/api/Company/Unsuspend
•This request is a POST call type.
Requirements
•You can unsuspend only a company which is your direct child.
•You need to have the Write permissions over the company.
•Company must be suspended
Call structure
{
"companyId": "string"
}
Call parameters
Parameter |
Description |
---|---|
companyId |
companyId is a unique identifier of a company. To get the companyId of the logged in user, use /api/User/Current call. |
Response structure
The response contains data in the JSON format.
The response contains an ID for the operation. You can use it to check for the status of the operation.
Troubleshooting
ESET MSP Administrator 2 API uses standardized error codes. If you are getting errors or unexpected responses, see the Troubleshooting API for common problems and the list of error codes.