Listing Identity Domains

Retrieve a list of the identity domains in a specific compartment in a tenancy in IAM.

    1. Open the navigation menu  and select Identity & Security. Under Identity, select Domains.
    2. Select the compartment in which you want to list the identity domains. See Managing Compartments.

      A table with a list of the identity domains in the compartment is displayed. If you have only one identity domain, it's the Default identity domain. For more information about the Default identity domain, see The Default Identity Domain.

    3. (Optional) In the table, perform any of the following actions:
      • To see the details of an identity domain, select its name.
      • To access the Users page of the identity domain, select the link in the Users column.
      • To access the Groups page of the identity domain, select the link in the Groups column.
      • To copy the domain's OCID, select the Actions menu (Actions Menu) and select Copy OCID.
      • To view existing tags for the domains or create tags, select the Actions menu (Actions Menu) and select View tags or Add tags.
  • Use the oci iam domain list command and required parameters to list the identity domains in a specific compartment in a tenancy:

    oci iam domain list --compartment-id compartment_ocid [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • This task can't be performed using the API.