About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
How To
Summary
What commands can I run to find users or the administrator on my system?
Objective
I need to find who is the administrator of my system?
Steps
Run the follwoing curl commands on Linux
'curl -k -X GET https://<URL GOES HERE>/v1/preauth/validateAuth -u <USERNAME>:<PASSWORD>'
You would use your username and password.
This will return an `accessToken`
Then use it to find list of users
`curl https://<URL>/api/v1/usermgmt/
[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSKKD2","label":"IBM Data Science Experience Local"},"Component":"","Platform":[{"code":"PF016","label":"Linux"}],"Version":"All Versions","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}}]
Was this topic helpful?
Document Information
More support for:
IBM Data Science Experience Local
Software version:
All Versions
Operating system(s):
Linux
Document number:
718857
Modified date:
25 July 2018
UID
ibm10718857