---
title: "Get Person"
method: GET
path: "/team-messaging/v1/persons/{personId}"
tags: ["Profile"]
---

# Get Person

`GET /team-messaging/v1/persons/{personId}`

Returns a user or multiple users by their ID(s). Batch request is supported.

## Path parameters

- `personId` string, required

## Response `200`

Success

- TMPersonInfo
  - `id` string, required — Internal identifier of a user
  - `firstName` string — First name of a user
  - `lastName` string — Last name of a user
  - `email` string, email — Email of a user
  - `avatar` string — Photo of a user
  - `companyId` string — Internal identifier of a company
  - `creationTime` string, date-time — Time of creation in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format
  - `lastModifiedTime` string, date-time — Time of the last modification in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format

## Other responses

- `207` — Mixed Result
- `403` — You do not have permissions to get such kind of information
- `404` — Person Not Found

---

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