JD
It seems to no longer work like described . Now you need to do l_clob := apex_web_service.make_rest_request( p_url => 'https://graph.microsoft.com/v1.0/me/memberOf?$select=id,displayName&$count=true&$top=500', p_http_method => 'GET' ); and get the groups from l_clob . Remember to add Additional User Attributes : memberOf otherwise there will be Token errors