---
title: "Get list of user information"
method: POST
path: "/people-api/v2/users"
tags: ["People"]
---

# Get list of user information

`POST /people-api/v2/users`

Smartling users, who process and translate content with the Smartling platform.

## Request body

- object
  - `userUids` string[] — List of user uids.
  - `excludeProfileImage` boolean — As a performance optimization, exclude the user's profile image.

## Response `200`

OK

- PeopleAPIUserInfosSuccessResponse
  - `response` object, required
    - `code` 'SUCCESS', required — Indicates whether the response was successful or what error has occured.
    - `data` object
      - `items` UserInfoApiItem[], required
        - `userUid` string, required — User identifier.
        - `firstName` string, required — User first name.
        - `lastName` string, required — User last name.
        - `profileImage` string — User's profile url.
      - `totalCount` integer, required — The total number of users matching the request

## Other responses

- `400` — Provided request parameters are invalid.
- `401` — Provided credentials are not valid.
- `429` — Too many simultaneous API requests.
- `500` — Unexpected error

---

[API](https://skmtc.net/smartling/apis/smartling-rest-api-reference.md) · [All operations](https://skmtc.net/smartling/apis/smartling-rest-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartling/smartling-rest-api-reference/revisions/2a73d11e9b98/schema)
