Path: blob/main/L4assets/DSandMLOpsAssets/CLIandSDK/Notebooks/CPDaaS-02b User mgmt with ibmcloud.ipynb
1928 views
Kernel: Python 3.10
Using the ibmcloud utility for user management
This notebook shows how ibmcloud can be used in a notebook.
ibmcloud requires an API key
Make sure to update the value of the API_key variable in the next cell.
The functionalities demonstrated are:
Setup access to ibmcloud
List users
List groups
List roles
Invite a user to your account
Remove the newly invited user from your account
For more information, see:
In [ ]:
In [ ]:
Setup ibmcloud configuration
In [ ]:
In [ ]:
List all users
In [ ]:
List groups
In [ ]:
List roles
In [ ]:
Invite a user to your account
In [ ]:
In [ ]:
Delete user
In [ ]:
Author
Jacques Roy is a member of the IBM Enablement for Data and AI
Copyright © 2023. This notebook and its source code are released under the terms of the MIT License.
In [ ]: