User Information List is missing in Sharepoint site
I can not find the User Information List for my sharepoint site. I have people picker column in my list and I can assign them. Also I get the lookup Id value. But when I call the graph API with this url, https://graph.microsoft.com/v1.0/sites/{siteid}/lists/User Information List/items?$expand=fields
I get The specified list was not found
error.
I have tried the same url in a new test sharepoint site and it is returning the user values. Also when I call the sharepoint API like this,
https://site/_api/Web/GetUserById(10)
I am getting the result.
So the user information list exits. But name is different or something. Now how can I find the user list?
I have Sites.Read.All permission.