Get User Details
Call description
This call retrieves detailed information about the specified user.
•This API call requires authorization; the user has to be logged in.
•Request URL: https://mspapi.eset.com/api/User/GetUserDetails
•This request is a POST call type.
Call structure
{
"userId": "string"
}
Call parameters
Parameter |
Description |
---|---|
userId |
The userID for the user you want to get details. Mandatory input parameter. A proper value must be set. |
Response structure
The response contains data in the JSON format.
If the request is successful, you will receive a response with the user information.
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.