getUser
Unauthenticated call to look up a user’s organizationId by email
Import
Usage
Parameters
string
the email to lookup
Returns
Promise<{orgId: string}>
the organization id for the user if they exist
getUser
Unauthenticated call to look up a user’s organizationId by email
string
the email to lookup
Promise<{orgId: string}>
the organization id for the user if they exist