Interface GetUsers200ResponseOneOfInner

Hierarchy

  • GetUsers200ResponseOneOfInner

Indexable

[key: string]: any | any

Properties

blocked: boolean

Whether this user was blocked by an administrator (true) or is not (false).

email: string

Email address of this user.

email_verified: boolean

Whether this email address is verified (true) or unverified (false).

family_name: string

Family name/last name/surname of this user.

given_name: string

Given name/first name/forename of this user.

Array of user identity objects when accounts are linked.

last_ip: string

Last IP address from which this user logged in.

logins_count: number

Total number of logins this user has performed.

multifactor: string[]

List of multi-factor authentication providers with which this user has enrolled.

name: string

Name of this user.

nickname: string

Preferred nickname or alias of this user.

phone_number: string

Phone number for this user when using SMS connections. Follows the E.164 recommendation.

phone_verified: boolean

Whether this phone number has been verified (true) or not (false).

picture: string

URL to picture, photo, or avatar of this user.

user_id: string

ID of the user which can be used when interacting with other APIs.

user_metadata: {
    [key: string]: any;
}

User metadata to which this user has read/write access.

Type declaration

  • [key: string]: any
username: string

Username of this user.