Hi Sujan,
Please try passing the filter parameter into your request. Filter supports the property accountEnabled of the User entity, so you can use this property to find active user.
Here's the request you have to use:
GET https://graph.microsoft.com/v1.0/users?$filter=accountEnabled+eq+true
To get the other user information you'll need to retrieve the user details.