68 lines
3.3 KiB
Plaintext
68 lines
3.3 KiB
Plaintext
---
|
|
title: Manage IBM Cloud users
|
|
description: How to use IBM Cloud to manage users with IBM Cloud accounts
|
|
platform: cloud
|
|
---
|
|
|
|
# Manage IBM Cloud users
|
|
<Admonition type="note">
|
|
This documentation is relevant to the new IBM Quantum® Platform. If you need the previous version, return to the [IBM Quantum Platform Classic documentation.](https://docs.quantum.ibm.com/admin/)
|
|
</Admonition>
|
|
This guide demonstrates how to use IBM Cloud® to enable users who have IBM Cloud accounts and gives instructions for users to access the environment.
|
|
|
|
To manage ID provider users instead, follow the instructions in the [Manage ID providers](/guides/manage-appid) topic.
|
|
|
|
## Steps
|
|
|
|
Follow these high-level steps to manage IBM Cloud users:
|
|
|
|
1. Ensure that the users that you want to invite have IBM Cloud accounts.
|
|
2. Go to IAM and [invite users](https://cloud.ibm.com/iam/users/invite_users)
|
|
<Admonition type="note">
|
|
Users cannot be managed until they accept the invitation and log in at least once.
|
|
</Admonition>
|
|
3. Optional: Modify users' project assignments and access groups from [IAM.](https://cloud.ibm.com/iam/users)
|
|
|
|
|
|
<span id="user-org"></span>
|
|
## User flow
|
|
|
|
1. The user accepts an invitation, then logs on through the [IBM Cloud portal](https://cloud.ibm.com/).
|
|
2. The user creates an API key by going to ([Manage → Access (IAM) → API keys](https://cloud.ibm.com/iam/apikeys)).
|
|
3. For further information, users can review [Install Qiskit.](/guides/install-qiskit)
|
|
|
|
<span id="steps-cloud-org"></span>
|
|
## Example scenario
|
|
|
|
This example creates the following setup:
|
|
|
|
* There are two projects, `ml` and `finance`.
|
|
* The `ml` project should have access to the service instances `QR-ml` and `QR-common`.
|
|
* The `finance` project should have access to the service instances `QR-finance` and `QR-common`.
|
|
* There are three users:
|
|
* Fatima should have access to the `ml` project.
|
|
* Ravi should have access to the `finance` project.
|
|
* Amyra should have access to both projects.
|
|
* It uses access groups without resource groups.
|
|
* Users are defined in IBM Cloud and project assignments are done there as well.
|
|
* Users should be able to delete jobs.
|
|
|
|
The steps to implement this setup are:
|
|
|
|
2. The Cloud administrator creates three service instances: `QR-ml`, `QR finance`, and `QR-common`.
|
|
3. The Cloud administrator creates a custom rule that includes the `quantum-computing.job.delete` action.
|
|
1. The Cloud administrator creates two access groups:
|
|
* The `ml` access group can access `QR-ml` and `QR-common`.
|
|
* The `finance` access group can access `QR-finance` and `QR-common`.
|
|
1. The Cloud administrator invites cloud users to the appropriate project. Specifically, they invite and assign users to an access group that includes the project.
|
|
* Fatima is added to the "ml" access group.
|
|
* Ravi is added to the "finance" access group.
|
|
* Amyra is added to both the "ml" and "finance" access groups.
|
|
1. Users can log in through the IBM Cloud portal, create API keys, and work with their projects' service instances.
|
|
|
|
## Next steps
|
|
|
|
<Admonition type="tip" title="Recommendations">
|
|
* See [IBM Cloud SAML Federation Guide](https://www.ibm.com/products/tutorials/ibm-cloud-saml-federation-guide) for more information.
|
|
* Refer to the full [App ID documentation.](https://cloud.ibm.com/docs/appid?topic=appid-getting-started)
|
|
</Admonition> |