> ## Documentation Index
> Fetch the complete documentation index at: https://x-preview-mintlify-143107c1.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# UsersClient

> X API SDK の users.client Python モジュールのリファレンス。 X API v2 の users エンドポイントを呼び出すためのクライアントクラスとメソッド。

## UsersClient

<Badge color="blue">クラス</Badge>

<Badge color="gray">基底: object</Badge>

users 操作向けのクライアント

## コンストラクター

### `__init__`

#### パラメーター

<ParamField path="path.client" type="Client" />

### `block_dms`

Block DMs
Blocks direct messages to or from a specific User by their ID for the authenticated user.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the target User that the authenticated user requesting to block dms for.
</ParamField>

#### 戻り値

`BlockDmsResponse` - Response data

### `create_bookmark`

Create Bookmark
Adds a post to the authenticated user’s bookmarks.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the authenticated source User for whom to add bookmarks.
</ParamField>

<ParamField path="body.body" type="CreateBookmarkRequest">
  Request body
</ParamField>

### `delete_bookmark`

Delete Bookmark
Removes a Post from the authenticated user’s Bookmarks by its ID.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the authenticated source User whose bookmark is to be removed.
</ParamField>

<ParamField path="path.tweet_id" type="Any">
  The ID of the Post that the source User is removing from bookmarks.
</ParamField>

#### 戻り値

`DeleteBookmarkResponse` - Response data

### `follow_list`

Follow List
Causes the authenticated user to follow a specific List by its ID.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the authenticated source User that will follow the List.
</ParamField>

<ParamField path="body.body" type="FollowListRequest">
  Request body
</ParamField>

### `follow_user`

Follow User
Causes the authenticated user to follow a specific user by their ID.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the authenticated source User that is requesting to follow the target User.
</ParamField>

<ParamField path="body.body" type="FollowUserRequest">
  Request body
</ParamField>

### `get_blocking`

Get blocking
次の一覧を取得します: Users blocked by the specified User ID.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the authenticated source User for whom to return results.
</ParamField>

<ParamField path="path.max_results" type="int or None" default="None">
  The maximum number of results.
</ParamField>

<ParamField path="path.pagination_token" type="Any or None" default="None">
  This parameter is used to get a specified ‘page’ of results.
</ParamField>

<ParamField path="path.user_fields" type="List or None" default="None">
  A comma separated list of User fields to display.
</ParamField>

<ParamField path="path.expansions" type="List or None" default="None">
  A comma separated list of fields to expand.
</ParamField>

<ParamField path="path.tweet_fields" type="List or None" default="None">
  A comma separated list of Tweet fields to display.
</ParamField>

#### 戻り値

`IteratorGetBlockingResponse`

### `get_bookmark_folders`

Get Bookmark folders
次の一覧を取得します: Bookmark folders created by the authenticated user.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the authenticated source User for whom to return results.
</ParamField>

<ParamField path="path.max_results" type="int or None" default="None">
  The maximum number of results.
</ParamField>

<ParamField path="path.pagination_token" type="Any or None" default="None">
  This parameter is used to get the next ‘page’ of results.
</ParamField>

#### 戻り値

`IteratorGetBookmarkFoldersResponse`

### `get_bookmarks`

Get Bookmarks
次の一覧を取得します: Posts bookmarked by the authenticated user.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the authenticated source User for whom to return results.
</ParamField>

<ParamField path="path.max_results" type="int or None" default="None">
  The maximum number of results.
</ParamField>

<ParamField path="path.pagination_token" type="Any or None" default="None">
  This parameter is used to get the next ‘page’ of results.
</ParamField>

<ParamField path="path.tweet_fields" type="List or None" default="None">
  A comma separated list of Tweet fields to display.
</ParamField>

<ParamField path="path.expansions" type="List or None" default="None">
  A comma separated list of fields to expand.
</ParamField>

<ParamField path="path.media_fields" type="List or None" default="None">
  A comma separated list of Media fields to display.
</ParamField>

<ParamField path="path.poll_fields" type="List or None" default="None">
  A comma separated list of Poll fields to display.
</ParamField>

<ParamField path="path.user_fields" type="List or None" default="None">
  A comma separated list of User fields to display.
</ParamField>

<ParamField path="path.place_fields" type="List or None" default="None">
  A comma separated list of Place fields to display.
</ParamField>

#### 戻り値

`IteratorGetBookmarksResponse`

### `get_bookmarks_by_folder_id`

Get Bookmarks by folder ID
Retrieves Posts in a specific Bookmark folder by its ID for the authenticated user.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the authenticated source User for whom to return results.
</ParamField>

<ParamField path="path.folder_id" type="Any">
  The ID of the Bookmark Folder that the authenticated User is trying to fetch Posts for.
</ParamField>

#### 戻り値

`GetBookmarksByFolderIdResponse` - Response data

### `get_by_id`

Get User by ID
Retrieves details of a specific User by their ID.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the User to lookup.
</ParamField>

<ParamField path="path.user_fields" type="List or None" default="None">
  A comma separated list of User fields to display.
</ParamField>

<ParamField path="path.expansions" type="List or None" default="None">
  A comma separated list of fields to expand.
</ParamField>

<ParamField path="path.tweet_fields" type="List or None" default="None">
  A comma separated list of Tweet fields to display.
</ParamField>

#### 戻り値

`GetByIdResponse` - Response data

### `get_by_ids`

Get Users by IDs
Retrieves details of multiple Users by their IDs.

#### パラメーター

<ParamField path="path.ids" type="List">
  A list of User IDs, comma-separated. You can specify up to 100 IDs.
</ParamField>

<ParamField path="path.user_fields" type="List or None" default="None">
  A comma separated list of User fields to display.
</ParamField>

<ParamField path="path.expansions" type="List or None" default="None">
  A comma separated list of fields to expand.
</ParamField>

<ParamField path="path.tweet_fields" type="List or None" default="None">
  A comma separated list of Tweet fields to display.
</ParamField>

#### 戻り値

`GetByIdsResponse` - Response data

### `get_by_username`

Get User by username
Retrieves details of a specific User by their username.

#### パラメーター

<ParamField path="path.username" type="str">
  A username.
</ParamField>

<ParamField path="path.user_fields" type="List or None" default="None">
  A comma separated list of User fields to display.
</ParamField>

<ParamField path="path.expansions" type="List or None" default="None">
  A comma separated list of fields to expand.
</ParamField>

<ParamField path="path.tweet_fields" type="List or None" default="None">
  A comma separated list of Tweet fields to display.
</ParamField>

#### 戻り値

`GetByUsernameResponse` - Response data

### `get_by_usernames`

Get Users by usernames
Retrieves details of multiple Users by their usernames.

#### パラメーター

<ParamField path="path.usernames" type="List">
  A list of usernames, comma-separated.
</ParamField>

<ParamField path="path.user_fields" type="List or None" default="None">
  A comma separated list of User fields to display.
</ParamField>

<ParamField path="path.expansions" type="List or None" default="None">
  A comma separated list of fields to expand.
</ParamField>

<ParamField path="path.tweet_fields" type="List or None" default="None">
  A comma separated list of Tweet fields to display.
</ParamField>

#### 戻り値

`GetByUsernamesResponse` - Response data

### `get_followed_lists`

Get followed Lists
次の一覧を取得します: Lists followed by a specific User by their ID.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the User to lookup.
</ParamField>

<ParamField path="path.max_results" type="int or None" default="None">
  The maximum number of results.
</ParamField>

<ParamField path="path.pagination_token" type="Any or None" default="None">
  This parameter is used to get a specified ‘page’ of results.
</ParamField>

<ParamField path="path.list_fields" type="List or None" default="None">
  A comma separated list of List fields to display.
</ParamField>

<ParamField path="path.expansions" type="List or None" default="None">
  A comma separated list of fields to expand.
</ParamField>

<ParamField path="path.user_fields" type="List or None" default="None">
  A comma separated list of User fields to display.
</ParamField>

#### 戻り値

`IteratorGetFollowedListsResponse`

### `get_followers`

Get followers
次の一覧を取得します: Users who follow a specific User by their ID.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the User to lookup.
</ParamField>

<ParamField path="path.max_results" type="int or None" default="None">
  The maximum number of results.
</ParamField>

<ParamField path="path.pagination_token" type="Any or None" default="None">
  This parameter is used to get a specified ‘page’ of results.
</ParamField>

<ParamField path="path.user_fields" type="List or None" default="None">
  A comma separated list of User fields to display.
</ParamField>

<ParamField path="path.expansions" type="List or None" default="None">
  A comma separated list of fields to expand.
</ParamField>

<ParamField path="path.tweet_fields" type="List or None" default="None">
  A comma separated list of Tweet fields to display.
</ParamField>

#### 戻り値

`IteratorGetFollowersResponse`

### `get_following`

Get following
次の一覧を取得します: Users followed by a specific User by their ID.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the User to lookup.
</ParamField>

<ParamField path="path.max_results" type="int or None" default="None">
  The maximum number of results.
</ParamField>

<ParamField path="path.pagination_token" type="Any or None" default="None">
  This parameter is used to get a specified ‘page’ of results.
</ParamField>

<ParamField path="path.user_fields" type="List or None" default="None">
  A comma separated list of User fields to display.
</ParamField>

<ParamField path="path.expansions" type="List or None" default="None">
  A comma separated list of fields to expand.
</ParamField>

<ParamField path="path.tweet_fields" type="List or None" default="None">
  A comma separated list of Tweet fields to display.
</ParamField>

#### 戻り値

`IteratorGetFollowingResponse`

### `get_liked_posts`

Get liked Posts
次の一覧を取得します: Posts liked by a specific User by their ID.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the User to lookup.
</ParamField>

<ParamField path="path.max_results" type="int or None" default="None">
  The maximum number of results.
</ParamField>

<ParamField path="path.pagination_token" type="Any or None" default="None">
  This parameter is used to get the next ‘page’ of results.
</ParamField>

<ParamField path="path.tweet_fields" type="List or None" default="None">
  A comma separated list of Tweet fields to display.
</ParamField>

<ParamField path="path.expansions" type="List or None" default="None">
  A comma separated list of fields to expand.
</ParamField>

<ParamField path="path.media_fields" type="List or None" default="None">
  A comma separated list of Media fields to display.
</ParamField>

<ParamField path="path.poll_fields" type="List or None" default="None">
  A comma separated list of Poll fields to display.
</ParamField>

<ParamField path="path.user_fields" type="List or None" default="None">
  A comma separated list of User fields to display.
</ParamField>

<ParamField path="path.place_fields" type="List or None" default="None">
  A comma separated list of Place fields to display.
</ParamField>

#### 戻り値

`IteratorGetLikedPostsResponse`

### `get_list_memberships`

Get List memberships
次の一覧を取得します: Lists that a specific User is a member of by their ID.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the User to lookup.
</ParamField>

<ParamField path="path.max_results" type="int or None" default="None">
  The maximum number of results.
</ParamField>

<ParamField path="path.pagination_token" type="Any or None" default="None">
  This parameter is used to get a specified ‘page’ of results.
</ParamField>

<ParamField path="path.list_fields" type="List or None" default="None">
  A comma separated list of List fields to display.
</ParamField>

<ParamField path="path.expansions" type="List or None" default="None">
  A comma separated list of fields to expand.
</ParamField>

<ParamField path="path.user_fields" type="List or None" default="None">
  A comma separated list of User fields to display.
</ParamField>

#### 戻り値

`IteratorGetListMembershipsResponse`

### `get_me`

Get my User
Retrieves details of the authenticated user.

#### パラメーター

<ParamField path="path.user_fields" type="List or None" default="None">
  A comma separated list of User fields to display.
</ParamField>

<ParamField path="path.expansions" type="List or None" default="None">
  A comma separated list of fields to expand.
</ParamField>

<ParamField path="path.tweet_fields" type="List or None" default="None">
  A comma separated list of Tweet fields to display.
</ParamField>

#### 戻り値

`GetMeResponse` - Response data

### `get_mentions`

Get mentions
次の一覧を取得します: Posts that mention a specific User by their ID.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the User to lookup.
</ParamField>

<ParamField path="path.since_id" type="Any or None" default="None">
  The minimum Post ID to be included in the result set. This parameter takes precedence over start\_time if both are specified.
</ParamField>

<ParamField path="path.until_id" type="Any or None" default="None">
  The maximum Post ID to be included in the result set. This parameter takes precedence over end\_time if both are specified.
</ParamField>

<ParamField path="path.max_results" type="int or None" default="None">
  The maximum number of results.
</ParamField>

<ParamField path="path.pagination_token" type="Any or None" default="None">
  This parameter is used to get the next ‘page’ of results.
</ParamField>

<ParamField path="path.start_time" type="str or None" default="None">
  YYYY-MM-DDTHH:mm:ssZ. The earliest UTC timestamp from which the Posts will be provided. The since\_id parameter takes precedence if it is also specified.
</ParamField>

<ParamField path="path.end_time" type="str or None" default="None">
  YYYY-MM-DDTHH:mm:ssZ. The latest UTC timestamp to which the Posts will be provided. The until\_id parameter takes precedence if it is also specified.
</ParamField>

<ParamField path="path.tweet_fields" type="List or None" default="None">
  A comma separated list of Tweet fields to display.
</ParamField>

<ParamField path="path.expansions" type="List or None" default="None">
  A comma separated list of fields to expand.
</ParamField>

<ParamField path="path.media_fields" type="List or None" default="None">
  A comma separated list of Media fields to display.
</ParamField>

<ParamField path="path.poll_fields" type="List or None" default="None">
  A comma separated list of Poll fields to display.
</ParamField>

<ParamField path="path.user_fields" type="List or None" default="None">
  A comma separated list of User fields to display.
</ParamField>

<ParamField path="path.place_fields" type="List or None" default="None">
  A comma separated list of Place fields to display.
</ParamField>

#### 戻り値

`IteratorGetMentionsResponse`

### `get_muting`

Get muting
次の一覧を取得します: Users muted by the authenticated user.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the authenticated source User for whom to return results.
</ParamField>

<ParamField path="path.max_results" type="int or None" default="None">
  The maximum number of results.
</ParamField>

<ParamField path="path.pagination_token" type="Any or None" default="None">
  This parameter is used to get the next ‘page’ of results.
</ParamField>

<ParamField path="path.user_fields" type="List or None" default="None">
  A comma separated list of User fields to display.
</ParamField>

<ParamField path="path.expansions" type="List or None" default="None">
  A comma separated list of fields to expand.
</ParamField>

<ParamField path="path.tweet_fields" type="List or None" default="None">
  A comma separated list of Tweet fields to display.
</ParamField>

#### 戻り値

`IteratorGetMutingResponse`

### `get_owned_lists`

Get owned Lists
次の一覧を取得します: Lists owned by a specific User by their ID.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the User to lookup.
</ParamField>

<ParamField path="path.max_results" type="int or None" default="None">
  The maximum number of results.
</ParamField>

<ParamField path="path.pagination_token" type="Any or None" default="None">
  This parameter is used to get a specified ‘page’ of results.
</ParamField>

<ParamField path="path.list_fields" type="List or None" default="None">
  A comma separated list of List fields to display.
</ParamField>

<ParamField path="path.expansions" type="List or None" default="None">
  A comma separated list of fields to expand.
</ParamField>

<ParamField path="path.user_fields" type="List or None" default="None">
  A comma separated list of User fields to display.
</ParamField>

#### 戻り値

`IteratorGetOwnedListsResponse`

### `get_pinned_lists`

Get pinned Lists
次の一覧を取得します: Lists pinned by the authenticated user.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the authenticated source User for whom to return results.
</ParamField>

<ParamField path="path.list_fields" type="List or None" default="None">
  A comma separated list of List fields to display.
</ParamField>

<ParamField path="path.expansions" type="List or None" default="None">
  A comma separated list of fields to expand.
</ParamField>

<ParamField path="path.user_fields" type="List or None" default="None">
  A comma separated list of User fields to display.
</ParamField>

#### 戻り値

`GetPinnedListsResponse` - Response data

### `get_posts`

Get Posts
次の一覧を取得します: posts authored by a specific User by their ID.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the User to lookup.
</ParamField>

<ParamField path="path.since_id" type="Any or None" default="None">
  The minimum Post ID to be included in the result set. This parameter takes precedence over start\_time if both are specified.
</ParamField>

<ParamField path="path.until_id" type="Any or None" default="None">
  The maximum Post ID to be included in the result set. This parameter takes precedence over end\_time if both are specified.
</ParamField>

<ParamField path="path.max_results" type="int or None" default="None">
  The maximum number of results.
</ParamField>

<ParamField path="path.pagination_token" type="Any or None" default="None">
  This parameter is used to get the next ‘page’ of results.
</ParamField>

<ParamField path="path.exclude" type="List or None" default="None">
  The set of entities to exclude (e.g. ‘replies’ or ‘retweets’).
</ParamField>

<ParamField path="path.start_time" type="str or None" default="None">
  YYYY-MM-DDTHH:mm:ssZ. The earliest UTC timestamp from which the Posts will be provided. The since\_id parameter takes precedence if it is also specified.
</ParamField>

<ParamField path="path.end_time" type="str or None" default="None">
  YYYY-MM-DDTHH:mm:ssZ. The latest UTC timestamp to which the Posts will be provided. The until\_id parameter takes precedence if it is also specified.
</ParamField>

<ParamField path="path.tweet_fields" type="List or None" default="None">
  A comma separated list of Tweet fields to display.
</ParamField>

<ParamField path="path.expansions" type="List or None" default="None">
  A comma separated list of fields to expand.
</ParamField>

<ParamField path="path.media_fields" type="List or None" default="None">
  A comma separated list of Media fields to display.
</ParamField>

<ParamField path="path.poll_fields" type="List or None" default="None">
  A comma separated list of Poll fields to display.
</ParamField>

<ParamField path="path.user_fields" type="List or None" default="None">
  A comma separated list of User fields to display.
</ParamField>

<ParamField path="path.place_fields" type="List or None" default="None">
  A comma separated list of Place fields to display.
</ParamField>

#### 戻り値

`IteratorGetPostsResponse`

### `get_reposts_of_me`

Get Reposts of me
次の一覧を取得します: Posts that repost content from the authenticated user.

#### パラメーター

<ParamField path="path.max_results" type="int or None" default="None">
  The maximum number of results.
</ParamField>

<ParamField path="path.pagination_token" type="Any or None" default="None">
  This parameter is used to get the next ‘page’ of results.
</ParamField>

<ParamField path="path.tweet_fields" type="List or None" default="None">
  A comma separated list of Tweet fields to display.
</ParamField>

<ParamField path="path.expansions" type="List or None" default="None">
  A comma separated list of fields to expand.
</ParamField>

<ParamField path="path.media_fields" type="List or None" default="None">
  A comma separated list of Media fields to display.
</ParamField>

<ParamField path="path.poll_fields" type="List or None" default="None">
  A comma separated list of Poll fields to display.
</ParamField>

<ParamField path="path.user_fields" type="List or None" default="None">
  A comma separated list of User fields to display.
</ParamField>

<ParamField path="path.place_fields" type="List or None" default="None">
  A comma separated list of Place fields to display.
</ParamField>

#### 戻り値

`IteratorGetRepostsOfMeResponse`

### `get_timeline`

Get Timeline
Retrieves a reverse chronological list of Posts in the authenticated User’s Timeline.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the authenticated source User to list Reverse Chronological Timeline Posts of.
</ParamField>

<ParamField path="path.since_id" type="Any or None" default="None">
  The minimum Post ID to be included in the result set. This parameter takes precedence over start\_time if both are specified.
</ParamField>

<ParamField path="path.until_id" type="Any or None" default="None">
  The maximum Post ID to be included in the result set. This parameter takes precedence over end\_time if both are specified.
</ParamField>

<ParamField path="path.max_results" type="int or None" default="None">
  The maximum number of results.
</ParamField>

<ParamField path="path.pagination_token" type="Any or None" default="None">
  This parameter is used to get the next ‘page’ of results.
</ParamField>

<ParamField path="path.exclude" type="List or None" default="None">
  The set of entities to exclude (e.g. ‘replies’ or ‘retweets’).
</ParamField>

<ParamField path="path.start_time" type="str or None" default="None">
  YYYY-MM-DDTHH:mm:ssZ. The earliest UTC timestamp from which the Posts will be provided. The since\_id parameter takes precedence if it is also specified.
</ParamField>

<ParamField path="path.end_time" type="str or None" default="None">
  YYYY-MM-DDTHH:mm:ssZ. The latest UTC timestamp to which the Posts will be provided. The until\_id parameter takes precedence if it is also specified.
</ParamField>

<ParamField path="path.tweet_fields" type="List or None" default="None">
  A comma separated list of Tweet fields to display.
</ParamField>

<ParamField path="path.expansions" type="List or None" default="None">
  A comma separated list of fields to expand.
</ParamField>

<ParamField path="path.media_fields" type="List or None" default="None">
  A comma separated list of Media fields to display.
</ParamField>

<ParamField path="path.poll_fields" type="List or None" default="None">
  A comma separated list of Poll fields to display.
</ParamField>

<ParamField path="path.user_fields" type="List or None" default="None">
  A comma separated list of User fields to display.
</ParamField>

<ParamField path="path.place_fields" type="List or None" default="None">
  A comma separated list of Place fields to display.
</ParamField>

#### 戻り値

`IteratorGetTimelineResponse`

### `like_post`

Like Post
Causes the authenticated user to Like a specific Post by its ID.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the authenticated source User that is requesting to like the Post.
</ParamField>

<ParamField path="body.body" type="LikePostRequest">
  Request body
</ParamField>

### `mute_user`

Mute User
Causes the authenticated user to mute a specific User by their ID.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the authenticated source User that is requesting to mute the target User.
</ParamField>

<ParamField path="body.body" type="MuteUserRequest">
  Request body
</ParamField>

### `pin_list`

Pin List
Causes the authenticated user to pin a specific List by its ID.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the authenticated source User that will pin the List.
</ParamField>

<ParamField path="body.body" type="PinListRequest">
  Request body
</ParamField>

### `repost_post`

Repost Post
Causes the authenticated user to repost a specific Post by its ID.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the authenticated source User that is requesting to repost the Post.
</ParamField>

<ParamField path="body.body" type="RepostPostRequest">
  Request body
</ParamField>

### `search`

Search Users
次の一覧を取得します: Users matching a search query.

#### パラメーター

<ParamField path="path.query" type="Any">
  TThe the query string by which to query for users.
</ParamField>

<ParamField path="path.max_results" type="int or None" default="None">
  The maximum number of results.
</ParamField>

<ParamField path="path.next_token" type="Any or None" default="None">
  This parameter is used to get the next ‘page’ of results. The value used with the parameter is pulled directly from the response provided by the API, and should not be modified.
</ParamField>

<ParamField path="path.user_fields" type="List or None" default="None">
  A comma separated list of User fields to display.
</ParamField>

<ParamField path="path.expansions" type="List or None" default="None">
  A comma separated list of fields to expand.
</ParamField>

<ParamField path="path.tweet_fields" type="List or None" default="None">
  A comma separated list of Tweet fields to display.
</ParamField>

#### 戻り値

`IteratorSearchResponse`

### `unblock_dms`

Unblock DMs
Unblocks direct messages to or from a specific User by their ID for the authenticated user.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the target User that the authenticated user requesting to unblock dms for.
</ParamField>

#### 戻り値

`UnblockDmsResponse` - Response data

### `unfollow_list`

Unfollow List
Causes the authenticated user to unfollow a specific List by its ID.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the authenticated source User that will unfollow the List.
</ParamField>

<ParamField path="path.list_id" type="Any">
  The ID of the List to unfollow.
</ParamField>

#### 戻り値

`UnfollowListResponse` - Response data

### `unfollow_user`

Unfollow User
Causes the authenticated user to unfollow a specific user by their ID.

#### パラメーター

<ParamField path="path.source_user_id" type="Any">
  The ID of the authenticated source User that is requesting to unfollow the target User.
</ParamField>

<ParamField path="path.target_user_id" type="Any">
  The ID of the User that the source User is requesting to unfollow.
</ParamField>

#### 戻り値

`UnfollowUserResponse` - Response data

### `unlike_post`

Unlike Post
Causes the authenticated user to Unlike a specific Post by its ID.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the authenticated source User that is requesting to unlike the Post.
</ParamField>

<ParamField path="path.tweet_id" type="Any">
  The ID of the Post that the User is requesting to unlike.
</ParamField>

#### 戻り値

`UnlikePostResponse` - Response data

### `unmute_user`

Unmute User
Causes the authenticated user to unmute a specific user by their ID.

#### パラメーター

<ParamField path="path.source_user_id" type="Any">
  The ID of the authenticated source User that is requesting to unmute the target User.
</ParamField>

<ParamField path="path.target_user_id" type="Any">
  The ID of the User that the source User is requesting to unmute.
</ParamField>

#### 戻り値

`UnmuteUserResponse` - Response data

### `unpin_list`

Unpin List
Causes the authenticated user to unpin a specific List by its ID.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the authenticated source User for whom to return results.
</ParamField>

<ParamField path="path.list_id" type="Any">
  The ID of the List to unpin.
</ParamField>

#### 戻り値

`UnpinListResponse` - Response data

### `unrepost_post`

Unrepost Post
Causes the authenticated user to unrepost a specific Post by its ID.

#### パラメーター

<ParamField path="path.id" type="Any">
  The ID of the authenticated source User that is requesting to repost the Post.
</ParamField>

<ParamField path="path.source_tweet_id" type="Any">
  The ID of the Post that the User is requesting to unretweet.
</ParamField>

#### 戻り値

`UnrepostPostResponse` - Response data
