v29

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-06-042661,1122.5 MB
user_account

Get user account

Get account information for the "operation user_account"

  • By default, the "operation user_account" is the token user_account.

If using Business Access: Specify an ad_account_id to use the owner of that ad_account as the "operation user_account". See Understanding Business Access for more information.

get/user_account

Query parameters

ad_account_idstring

Unique identifier of an ad account.

Response

The request has succeeded.

aboutstring

Profile about description.

account_type'PINNER' | 'BUSINESS'
board_countinteger nullable

User account board count. Note: Board count on user account level may differ from counts found elsewhere due to attribution of collaborative Boards.

business_namestring nullable
follower_countinteger nullable

User account follower count.

following_countinteger nullable

User account following count.

idstring

User account ID.

monthly_viewsinteger nullable

User account monthly views.

pin_countinteger nullable

User account pin count. This includes both created and saved pins.

profile_imagestring
usernamestring
website_urlstring

Example response

{
  "board_count": 14,
  "follower_count": 10,
  "following_count": 347,
  "id": "2783136121146311751",
  "monthly_views": 163,
  "pin_count": 339
}