---
title: "Get user details"
method: GET
path: "/v2/user"
tags: ["users"]
---

# Get user details

`GET /v2/user`

## Response `200`

OK

- object — User details
  - `contributor_id` string — Unique internal identifier of the user, as a contributor
  - `customer_id` string — Unique internal identifier of the user, as a purchaser
  - `email` string — Email address of the user
  - `first_name` string — First name of the user
  - `full_name` string — Full name including first, middle, and last name of the user
  - `id` string — Unique internal identifier for the user, not tied to contributor or purchasing customer
  - `is_premier` boolean — True if the user has access to the Premier collection, false otherwise
  - `is_premier_parent` boolean — True if the user has access to the Premier collection and also has child users
  - `language` string — Main language of the user account
  - `last_name` string — Last name of the user
  - `only_enhanced_license` boolean — True if the user has an enterprise license, false otherwise
  - `only_sensitive_use` boolean — True if the user has access to sensitive use only, false otherwise
  - `organization_id` string — Unique internal identifier for the user's organization, specific to Premier users
  - `premier_permissions` string[] — List of permissions allowed through the Premier client
  - `username` string — User name associated to the user

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/shutterstock/apis/shutterstock-api-explorer.md) · [All operations](https://skmtc.net/shutterstock/apis/shutterstock-api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shutterstock/shutterstock-api-explorer/revisions/d2e03e7f655d/schema)
