Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/xml/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/api/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Xml 谷歌应用程序检索用户信息_Xml_Api_Schema_Config - Fatal编程技术网

Xml 谷歌应用程序检索用户信息

Xml 谷歌应用程序检索用户信息,xml,api,schema,config,Xml,Api,Schema,Config,我已经创建了一个软件,可以连接到google apps电子邮件,并允许我用指定用户的信息创建签名。在谷歌应用程序中,域管理无法编辑更多“高级”字段,如公司地址、传真、电子邮件、标题、昵称等。。所以我使用了闪光面板,它为我提供了这种可能性。但为此,我需要fields api模式将其添加到配置中。通过在我的配置文件中添加以下内容,我已设法使其适用于某些字段,如:姓名、公司名称、电子邮件地址、手机、职务、部门、经理、传真号码: <string>cn=Name.FullName</st

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

<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>
cn=Name.FullName
公司=组织[Rel:http://schemas.google.com/g/2005#work].姓名
mail=PrimaryEmail.Address
手机=电话号码[Rel:http://schemas.google.com/g/2005#mobile].价值
标题=组织[Rel:http://schemas.google.com/g/2005#work].Titledepartment=组织机构[Rel:http://schemas.google.com/g/2005#work].部门
managerGA=ContactEntry.Rel:manager.关系值
facsimiletelephonenumber=电话号码[Rel:http://schemas.google.com/g/2005#work_fax].价值

我搜索了谷歌文档,但没有找到一些字段的正确api模式格式,如:国家、城市、邮箱、街道、昵称、照片、网站、URL、注释、组织单位、Aka和其他任何字段。有人能帮我找到正确的,或者在哪里/如何找到它们吗?

我希望在这里你能找到一些对你有帮助的东西: