Edge UI not showing all orgs

I've been added to a new org as GlobalReporter. I followed the link in the email (https://apigee.com/login) to sign in, but when I log in I can only see the personal space and my original eval org.

0 1 201
1 REPLY 1

You need to get in touch with the org admin and ask them to verify the access for you.

1- Via UI - Go to Admin -> User, and look for your name [1].

In order to add your userid to a role, follow [2] : Admin -> User -> view details the userid and add a role in detail page.

2- Via API [3]

Confirm that the role is assigned to your user name :

curl https://api.enterprise.apigee.com/v1/users/<userid>/userroles -u {sys_admin_username}

Confirm that the user roles has appropriate permission:

curl https://api.enterprise.apigee.com/v1/organizations/{org_name}/userroles/{role_name}/permissions/ -u {sys_admin_username}

3- If they can confirm your id is setup properly, you may need to do a force refresh of the browser to see the role updated.

Force refresh = Ctrl + F5

Or try logging in from Incognito mode on Chrome (or equivalent mode on other browsers).

References

[1] https://docs.apigee.com/api-platform/system-administration/managing-organization-users

[2] https://docs.apigee.com/api-platform/system-administration/understanding-roles#assigningrolestoauser

[3] https://apidocs.apigee.com/api/user-roles