使用图形API按createdDateTime过滤天蓝色组

时间:2019-10-16 15:13:28

标签: microsoft-graph azure-ad-graph-api

我正在使用Microsoft Graph API。我想知道API组的createdDateTime属性是否支持过滤:

https://graph.microsoft.com/v1.0/groups?$filter=CreatedDateTime ge '2019-01-01T21:15:12Z'

错误消息:

  

{     “错误”:{       “ code”:“ BadRequest”,       “ message”:“无效的过滤子句”,       “ innerError”:{         “ request-id”:“ xxxx”,         “ date”:“ 2019-10-16T15:10:08”       }     }   }

1 个答案:

答案 0 :(得分:1)

2019/10/18

我已与Azure支持工程师确认,API组的createdDateTime属性不支持过滤器。

相关问题