Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Parameter securityEnabledOnly must be valid Boolean value

I am trying to get the groups of a user using Azure AD Graph Explorer.

With a url similar to https://graph.windows.net/myorganization/users/[email protected]/getMemberGroups I am getting the following error:

{
    "odata.error": {
        "code": "Request_BadRequest",
        "message": {
            "lang": "en",
            "value": "Parameter securityEnabledOnly must be valid Boolean value."
        },
        "date": "2017-09-25T04:26:30",
        "requestId": "f43323c9-97e9-4ef2-813f-57690b2869a8",
        "values": null
    }
}

How do I solve this error?

like image 909
Shridhar R Kulkarni Avatar asked Sep 10 '26 12:09

Shridhar R Kulkarni


1 Answers

As shown by the error message , the securityEnabledOnly parameter should be a Boolean value true/false: enter image description here

like image 73
Nan Yu Avatar answered Sep 13 '26 08:09

Nan Yu



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!