@muthuvel , Thank you for reaching out. You the graph v1.0 endpoint for list user details would only list the values that you have shared. To get more user details you would have to use the beta endpoint of Microsoft Graph API.
API : GET https://graph.microsoft.com/beta/users
You can read more about this api here: https://learn.microsoft.com/en-us/graph/api/user-list?view=graph-rest-beta&tabs=http
Hope this helps.
Do let us know if this helps and if there are any more queries around this, please do let us know so that we can help you further. Also, please do not forget to accept the response as Answer; if the above response helped in answering your query.