i am writing a java client to manage users in directory API. i am unable to find where to start. I checked the docs and couldn't find any example on usage of the API's, it was just saying the scopes, the url's required and the format to use. But i am unable to find any examples on connectiong to the GoogleAPpps and creating user or managing them. Please provide any information or links that might be helpful . Thanks
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Hey have you tried out the java client library?
https://developers.google.com/admin-sdk/directory/v1/api-lib/java
It has a quickstart for directory API in Java, which should help you set up and get started.
Additionally, here is the javadoc reference for this specific API
https://developers.google.com/resources/api-libraries/documentation/admin/directory_v1/java/latest/
标签:
google-admin-sdk