Unsupported or invalid query filter clause specified for property 'description' of resource 'Group'.

Oauthuser 0 Reputation points
2023-03-28T05:50:50.5766667+00:00

Sending below filter query.

https://graph.microsoft.com/v1.0/users?$filter?$top=999&$filter=description+eq+'testing'&$select=displayName

and getting response of Unsupported for description clause .

Is description is supported clause or i am doing something wrong ?

Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Gopinath Chennamadhavuni 2,446 Reputation points
    2023-03-28T07:19:37.4366667+00:00

    Hi Oauthuser,

    Thanks for reaching out.

    Could you please confirm on your query, if you are looking to filter the User resource type using description property, User resource have these listed properties and it doesn't have description property.

    If you are looking to filter the Group resource type based on description property, as per the documentation. we need to provide the ConsistencyLevel: eventual in request header along with $count in request Url. Please refer the below screen shot for reference.

    group_filter

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.

    1 person found this answer helpful.

  2. Zehui Yao_MSFT 5,876 Reputation points
    2023-04-10T07:54:06.4533333+00:00

    Hi Oauthuser , this documentation describes Advanced query capabilities, which I don't know if it meets your needs.User's image

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.