简体   繁体   English

如何通过 python 代码读取 Gigya Account 数据?

[英]How to read Gigya Account data through python code?

I am new to API and development.我是 API 和开发的新手。

Any idea how to read Gigya account details through api, using python?知道如何使用 python 通过 api 读取 Gigya 帐户详细信息吗?

If I can pass the email address, I want to list down other details, such as UID, First name, Last name etc.如果我可以传递电子邮件地址,我想列出其他详细信息,例如 UID、名字、姓氏等。

You can use Gigya's REST API to get the details of a Gigya account.您可以使用 Gigya 的 REST API 来获取 Gigya 帐户的详细信息。 You can use accounts.getAccountInfo Where you can pass the UID of the user and get the profile in the response or you can use accounts.search , where you can do a query to get the user profile.您可以使用accounts.getAccountInfo ,您可以在其中传递用户的 UID 并在响应中获取配置文件,或者您可以使用accounts.search ,您可以在其中进行查询以获取用户配置文件。

You have examples in Python in the links.链接中有 Python 示例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM