Skip to content

[ DOC ] entitiesRolesV1 usage question #1349

Answered by jshcodes
angelamatta12 asked this question in Q&A
Discussion options

You must be logged in to vote

Which sample? The combinedUserRolesV1 operation is a different endpoint than entitiesRolesV1. (We're still trying to recreate the scenario you are describing.)

Here is an example of using entitiesRolesV1:

Python 3.13.3 (main, Apr  8 2025, 13:54:08) [Clang 16.0.0 (clang-1600.0.26.6)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import logging
>>> from falconpy import UserManagement
>>> logging.basicConfig(level=logging.DEBUG)
>>> um = UserManagement(debug=True)
DEBUG:falconpy._auth_object._falcon_interface:CREATED: OAuth2 interface class
DEBUG:falconpy._auth_object._falcon_interface:AUTH: Configured for Environment Authentication
DEBUG:falconpy._auth…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jshcodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
user management User Management issues and questions SDK usage General SDK usage issues and questions
2 participants
Converted from issue

This discussion was converted from issue #1348 on May 30, 2025 01:45.