Skip to content

Commit 440c2e9

Browse files
committed
Documentation edits made through Mintlify web editor
1 parent f314cad commit 440c2e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-api/fundamentals/data-dictionary.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ The user object can also be found as a child object and expanded in the Tweet ob
288288
| id (default) | string | The unique identifier of this user.<br/><br/>`"id": "2244994945"` | Use this to programmatically retrieve information about a specific Twitter user. |
289289
| name (default) | string | The name of the user, as they’ve defined it on their profile. Not necessarily a person’s name. Typically capped at 50 characters, but subject to change.<br/><br/>`"name": "Twitter Dev"` | |
290290
| username (default) | string | The Twitter screen name, handle, or alias that this user identifies themselves with. Usernames are unique but subject to change. Typically a maximum of 15 characters long, but some historical accounts may exist with longer names.<br/><br/>`"username": "TwitterDev"` | |
291+
| confirmed_email | string | The confirmed email of the authenticated user. | |
291292
| connection_status | array | Provides a list of relation between the authenticating user and the user being looked up such as following, followed, follow request sent, follow request received, blocking, muting<br/><br/>"connection_status": \[ <br/>           "follow\_request\_received", <br/>           "follow\_request\_sent", <br/>           "blocking", <br/>           "followed_by", <br/>           "following", <br/>           "muting" <br/>\] | Can be used to determine the connection status between the authenticating user and the user being looked up. |
292293
| created_at | date (ISO 8601) | The UTC datetime that the user account was created on Twitter.<br/><br/>`"created_at": "2013-12-14T04:35:55.000Z"` | Can be used to determine how long a someone has been using Twitter |
293294
| description | string | The text of this user's profile description (also known as bio), if the user provided one.<br/><br/>`"description": "The voice of the X Dev team and your official source for updates, news, and events, related to the X API."` | |

0 commit comments

Comments
 (0)