Hello - I'd like to retrieve a list of all users present in my Oracle Cloud environment via API using a single set of credentials.
However, when making a list users call via either the OCI CLI or the Go SDK, I only see the set of users present in my Identity domain. If I'm using credentials associated with a user in the default Identity Domain, the list of users returned only includes users from the default Identity Domain.
How can I provision a user in the default Identity Domain so that I can list users from all domains?
Thanks.