0

The new Cloud Identity Groups API is great - now our customers can pick from their groups without needing admin roles. However they need to know the customer ID, which afaik can only be found in the control panel. The Admin SDK allows us to use "...the alias my_customer to represent your account's customerId..." https://developers.google.com/admin-sdk/directory/v1/reference/users Please can we have the same for the new API?

Ian Weatherhogg
  • 126
  • 1
  • 6

1 Answers1

0

You can find the customer ID using the organizations.list API without needing admin roles. It's the directoryCustomerId field.

Jaisen Mathai
  • 56
  • 1
  • 5