Skip to content
Discussion options

You must be logged in to vote

Hi @cl6227 -

Thank you for pointing this out! This has resulted in a bug determination that will be addressed in our next release.

In the interim, you can work around this issue by moving away from using the query keyword over to using the body keyword. (i.e. work with raw JSON dictionaries as opposed to leveraging body payload abstraction.)

Here's a quick example I used to test and confirm this issue.

from falconpy import IdentityProtection

idp_query = """
query ($after: Cursor) {
  entities(types: [USER], archived: false, learned: false, first: 10, after: $after) {
    nodes {
      primaryDisplayName
      secondaryDisplayName
      accounts {
        ... on ActiveDirectoryAccountDesc…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@cl6227
Comment options

@jshcodes
Comment options

Answer selected by cl6227
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
API usage General API usage issues and questions identity protection Identity Protection issues and questions
2 participants