Created 03-15-2018 05:20 PM
Hi ,
How I can get the list of users registered in Zeppelin ? either using RestFul call or some configuration file from the system environment
Thanks,
John
Created on 03-16-2018 05:10 AM - edited 08-18-2019 01:03 AM
@John Caicedo,
Credentials api is providing the info. https://zeppelin.apache.org/docs/0.7.0/rest-api/rest-credential.html#list-credential-information
From the response json, Username can be extracted.