Encrypted Email

Encrypted Email Addresses

Description

We want to encrypt email addresses that we send to Zoom APIs. Here is a sample of how an encrypted email addresses would look like:

eyJhbGciOiJIUzI1NiJ9.ZXhhbXBsZUBleGFtcGxlLmNvbQ.-xDw5rVAlWSi6cRJTPbD_kYU11cfNqg4aqMP_5EfrsA @example.com

The issue that we have encountered is that whenever Zoom creates the user it converts the email string to all lowercase, and sends back the response with the email in lowercase making it impossible to decrypt the string afterwards:

eyjhbgcioijiuzi1nij9.zxhhbxbszublegftcgxllmnvbq.-xdw5rvalwsi6crjtpbd_kyu11cfnqg4aqmp_5efrsa @example.com

One question would be is there a work around, to not convert this encrypted string to lowercase, or any recommended way about encrypting emails ?
Another question, could you explain and provide an example how the encrypted_email query string parameter is supposed to work and be used, in the Find User API.

Which Endpoint/s?

We mainly use the following APIs:

Hi @zolt ,

Thank you for your inquiry! I’m looking into this a bit further and will get back to you.

Gianni

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.