GET v1.0/users?$select=id,delet... throws
{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#users(id,displayName,businessPhones,preferredLanguage,mail,mobilePhone,officeLocation,surname,givenName,jobTitle,userPrincipalName,createdDateTime,creationType,licenseAssignmentStates,streetAddress,userType,state,postalCode,employeeType,employeeId,country,companyName,city,accountEnabled)","value":[{"error":{"code":"InternalServerError","message":"Invalid response. Expected list response must have value property.","innerError":{"date":"2024-04-25T11:36:28","request-id":"d16deee8-e707-4317-9c42-c01d26acc19c","client-request-id":"d16deee8-e707-4317-9c42-c01d26acc19c"}}}
with status code: 200
And,
POST v1.0/users?$select=id,delete... throws error,
{"error":{"code":"UnknownError","message":"","innerError":{"date":"2024-04-24T06:28:55","request-id":"32796f0f-298c-4e8a-ada1-6e85cd1ca336","client-request-id":"32796f0f-298c-4e8a-ada1-6e85cd1ca336"}}}
with status code: 405
Can anyone help me understand the root cause of this issue?