We are using SSO for our licensed Zoom accounts. Our University’s IDP does not always provide an email address in the returned SAML attributes. Only users who have flagged their email as public get the email attribute. For users with a private email address, we get a string of the form “fixedprefix_fe0a516ffd3fb78b1fad2693cd1df353”. This looks like some sort of hash – but of what I don’t know. Is there a way to map this hash string back to the original SAML attributes? My goal is to be able to associate a zoom account back to a user from our IDP.
We are using the API with JWT and various endpoints require us to specify a user by email address or zoom id. For accounts that only have the hash string instead of an email address, we can only use the zoom id. But we don’t have an easy way to get that id from the original user info without a one-to-one mapping from our data to zoom accounts.