0

I want to call the API of the admin sdk to create a resource function in my system. Does google admin sdk have an API that allows you to add resources through CSV import?

chenbo
  • 1

1 Answers1

0

I there is not an endpoint to do that.

What you can do is to use a Google API Client library (see the official ones) to interface with it, so you can use a library in your preferred language to read the CSV and then use one of that clients to add it to Google servers.

Martí
  • 2,651
  • 1
  • 4
  • 11