---
title: "Get user account"
method: GET
path: "/user_account"
tags: ["user_account"]
---

# Get 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 <a href='/docs/api/v5/#tag/Understanding-business-access'>Understanding Business Access</a> for more information.

## Query parameters

- `ad_account_id` string

## Response `200`

response

- Account
  - `account_type` 'PINNER' | 'BUSINESS' — Type of account
  - `profile_image` string
  - `website_url` string
  - `username` string

## Other responses

- `403` — Not authorized to access the user account.
- `default` — Unexpected error

## Changes

- **2021-12-16** (v5) `2a34d1d22a47` — 1 warning
  - changed the pattern of the `query` request parameter `ad_account_id` from `\d+` to `^\d+$`
- **2021-11-05** (v5) `8583f6373a80` — 1 info
  - added the non-success response with the status `403`

[Change history](https://skmtc.dev/pinterest/apis/pinterest-rest-api/changes/user_account/get.md)

---

[API](https://skmtc.dev/pinterest/apis/pinterest-rest-api.md) · [All operations](https://skmtc.dev/pinterest/apis/pinterest-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pinterest/pinterest-rest-api/revisions/0d5998752011/schema)
