Skip to content

digital-identity-platform-docs


digital-identity-platform-docs / supabase/functions/get-team-member-emails / EmailMapResponse

Interface: EmailMapResponse

Defined in: supabase/functions/get-team-member-emails/index.ts:64

Successful response with email mapping

Properties

emails

emails: Record<string, string>

Defined in: supabase/functions/get-team-member-emails/index.ts:66

Map of user_id to email address

Released under proprietary license.