Hi everyone!
I hope everyone is doing well. I’m currently working on developing a plugin for ChatGPT and have encountered a question that I’m hoping someone here can help me with.
I want to build a workflow for my plugin that saved the user from creating a whole new account after plugin install. I would like to access the emails of the user signing up, whatever email is linked to the Open AI account.
- How can I get consensual access to this information without forcing them to create a new account through my own Oauth workflow or google sign up?
I would just like to leverage the fact that the user will already have an account with Open AI and they dont need a seperate one to use my plugin.
-
How can I prompt users to the OPEN AI consent screen during the installation of my plugin, where they can grant permission for the plugin to access their email address?
-
If accessing user emails directly is not possible, are there any alternative methods or workarounds that I can use to achieve similar functionality while respecting user privacy?
I appreciate any guidance or suggestions that the community can provide. Thank you in advance for your help!
Best regards,
Erik