You can use Gigya's REST API to get the details of a Gigya account. 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.
You can use Gigya's REST API to get the details of a Gigya account. 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.
You have examples in Python in the links.