xml - Google Apps 检索用户信息

标签 xml api schema config

我创建了一个软件,可以连接到 Google Apps 电子邮件,并允许我使用指定用户的信息创建签名。在谷歌应用程序的域管理中,无法编辑更多“高级”字段,例如公司地址、传真、电子邮件、标题、昵称等。所以我使用了 Flash Panel,它为我提供了这种可能性。但为此我需要 fields api schema 将其添加到我的配置中。通过在我的配置文件中添加以下内容,我已成功使其适用于某些字段,例如:姓名、公司名称、电子邮件地址、手机、职位、部门、经理、传真号码:

<string>cn=Name.FullName</string>
<string>company=Organizations[Rel:http://schemas.google.com/g/2005#work].Name</string>
<string>mail=PrimaryEmail.Address</string>
<string>mobile=Phonenumbers[Rel:http://schemas.google.com/g/2005#mobile].Value</string>
<string>title=Organizations[Rel:http://schemas.google.com/g/2005#work].Title</string><string>department=Organizations[Rel:http://schemas.google.com/g/2005#work].Department</string>
<string>managerGA=ContactEntry.Relations[Rel:manager].Value</string>
<string>facsimiletelephonenumber=Phonenumbers[Rel:http://schemas.google.com/g/2005#work_fax].Value</string>

我已经搜索了 google 文档,但没有找到某些字段的正确 api 架构格式,例如:国家/地区、城市、pobox、街道、昵称、照片、网站、URL、注释、组织单位、又名、以及任何其他人。有人可以帮我找到正确的吗?或者我在哪里/如何找到它们?

最佳答案

希望您能在这里找到对您有帮助的内容: https://developers.google.com/google-apps/provisioning/

关于xml - Google Apps 检索用户信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16044168/

相关文章:

java - 如何使用多个输入的任何循环指定输入目录?

c# - 根据我的 C# 类生成 xml 文件

java - 从 xml 导入 jtable

python - 如何通过 Keycloak API 获取客户 secret ?

mysql - 我的架构中是否需要第三个表

mysql - 单行汇总表应该有主键吗?

php - 从 XML 节点中提取多个值并将其映射到数据库

api - 使用 API(symfony)验证桌面应用程序( Electron )

api - Shopify Order API 中是否公开了订单项属性?

sql - 当不允许组合键时创建散列主键