GoogleApps Directory APIs To Manage Users

耗尽温柔 提交于 2019-12-11 19:32:20

问题


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/



来源:https://stackoverflow.com/questions/21617549/googleapps-directory-apis-to-manage-users

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!