Data Structure
User
User Data Type
Example
Properties
Property | Type | Description |
---|---|---|
uid | string | Unique identifier of the user. |
project_id | string | Unique identifier of the project. |
string | Email address of the user. | |
profile_url | string | URL of the user’s profile page. |
preferred_username | string | Preferred username of the user. |
thumbnail_url | string | URL of the user’s thumbnail image. |
name | object | Name of the user. |
name.given_name | string | Given name of the user. |
name.family_name | string | Family name of the user. |
name.formatted | string | Formatted name of the user. |
display_name | string | Display name of the user. |
about_me | string | About me of the user. |
current_location | string | Current location of the user. |
sign_in_methods | object | Sign-in methods of the user. |
verified | object | Verified information of the user. |
verified.email | boolean | Whether the user’s email address is verified. |
wallet | object | Wallet information of the user. |
wallet.address | string | Wallet address of the user. |
wallet.type | string | Wallet type of the user. |
created_at | string | Timestamp when the user was created. |
modified_at | string | Timestamp when the user was last modified. |
photos | array | Photos of the user. |
urls | array | URLs of the user. |
privacy | object | Privacy settings of the user. |
Was this page helpful?