identity
Identity Protection examples
The examples within this folder focus on leveraging CrowdStrike Falcon Identity Protection.
GraphQL Pagination
Demonstrates pagination using GraphQL.
Running the program
In order to run this demonstration, you you will need access to CrowdStrike API keys with the following scopes:
Service Collection
Scope
Identity Protection
READ
Execution syntax
This sample leverages simple command-line arguments to implement functionality.
Basic usage
Retrieve the primaryDisplayName and the secondaryDisplayName for all identities within the tenant.
python3 graphql_pagination -k $FALCON_CLIENT_ID -s $FALCON_CLIENT_SECRETAdjust the limit to show pagination differences with the
-largument.
Command-line help
Command-line help is available via the -h argument.
Example source code
The source code for this example can be found here.
Last updated
Was this helpful?

