Hi @S, Selvaraj
Don't take a production dependency on APIs in the beta endpoint. The APIs in the beta endpoint are subject to change. We don't recommend that you use them in your production apps.
If you want to get some properties of a user in v1.0 endpoint (production environment), then can use $select
OData query params.
https://graph.microsoft.com/v1.0/users/{user id}?$select=id,displayName,companyName,imAddresses,mail,proxyAddresses,userPrincipalName,assignedPlans......
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.