$expand=principal working differently from Graph Explorer? #2364
-
Good day! Hoping I'm just missing something fundamental here, Querying the following in Graph Explorer gets me rich output on the specific user assigned to the role, prime for some $select etc. Attempting to run the same through Powershell and msgraph-sdk and it doesn't appear to actually expand. running the below with or without the $expand returns the same content - specifically I get the roleassignment but no further. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
you probably need to escape the $-signs in the Uri ($filter and $expand) or use single quotes |
Beta Was this translation helpful? Give feedback.
you probably need to escape the $-signs in the Uri ($filter and $expand) or use single quotes