Description
The SNB GUI provides a complete list of users associated with a tenant. These users are also part of different system groups, and their access/privileges within the tenant are related to the system group they belong to.
Currently, there is no way within the GUI to export the system group list.
Solution
The SNB API endpoints allow administrators to build tools and pool details from their tenants.
This Python script will provide a list of users associated with the tenant, along with a rendering of the system groups to which they belong. Admin access and an API key are required for the Python script to work, along with the appropriate Python libraries.
Comments
0 comments
Article is closed for comments.