Documentation Index
Fetch the complete documentation index at: https://auth0.generaltranslation.app/llms.txt
Use this file to discover all available pages before exploring further.
export interface UserMembers {
id: string | null;
email: string | null;
username: string | null;
phoneNumber: string | null;
picture: string | null;
enrolledFactors: Array<string> | null;
enrolledEmails: Array<EnrolledEmail> | null;
enrolledPhoneNumbers: Array<EnrolledPhoneNumber> | null;
enrolledDevices: Array<EnrolledDevice> | null;
organizations: Organizations[] | null;
userMetadata: { [key: string]: string } | null;
appMetadata: { [key: string]: string } | null;
}
Properties
appMetadata
{[key: string]: string; }
userMetadata
{[key: string]: string; }