JumpCloud Manager
The jumpcloud manager is a command line tool that streamlines pulling data out of jumpcloud's administration page such as getting system data or user data.
[DEFAULT]
x-api-key = your_api_key
python3 setup.py install
In users you have the following options list-all, associations, info.
List all users
jcm users list-all
List user associations
jcm users associations <<user_id>>
List user information
jcm users info <<user_id>>
In systems you have the following options list-all, associations
Lists all systems
jcm systems list-all
List associations of one system_id
jcm systems associations <<system_id>>
In admin you have the following option get-logs
Returns last 24 hours of admin events in json format
jcm admin get-logs