如何在微软图中使用$ filter过滤生日?

时间:2017-06-23 08:50:33

标签: graph microsoft-graph

我试过以下

https://graph.microsoft.com/beta/me/people?$select=displayName,birthday&$count=true&$top=100&$filter=birthday eq '2017-03-14'

但我收到如下错误

{
  "error": {
    "code": "ErrorInvalidProperty",
    "message": "The property 'Birthday' does not support filtering.",
    "innerError": {
      "request-id": "79316157-c634-4b61-82f9-f6920370538f",
      "date": "2017-06-23T08:46:32"
    }
  }
}

有什么想法吗?

1 个答案:

答案 0 :(得分:2)

您无法在生日字段上进行过滤。

每个资源的文档列表列出了哪些属性支持$filter。对于user,列表位于https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/resources/user#properties