---
title: "Gets a user's messages."
method: GET
path: "/v1/messages"
tags: ["Accounts"]
---

# Gets a user's messages.

`GET /v1/messages`

## Query parameters

- `pageNumber` integer
- `pageSize` integer
- `messageTab` 'Inbox' | 'Sent' | 'Archive'

## Response `200`

OK

- RobloxPrivateMessagesApiModelsGetMessagesResponse
  - `collection` RobloxPrivateMessagesApiModelsMessageDetailsResponse[]
    - `id` integer — The message's ID.
    - `sender` RobloxPrivateMessagesApiModelsVerifiedSkinnyUserResponse — A response model representing user basic information and the user's verified badge status.
      - `hasVerifiedBadge` boolean — Whether the user has a verified badge.
      - `id` integer
      - `name` string
      - `displayName` string
    - `recipient` RobloxPrivateMessagesApiModelsVerifiedSkinnyUserResponse — A response model representing user basic information and the user's verified badge status.
      - `hasVerifiedBadge` boolean — Whether the user has a verified badge.
      - `id` integer
      - `name` string
      - `displayName` string
    - `subject` string — The subject of the message.
    - `body` string — The body of the message.
    - `created` string, date-time — When the message was created.
    - `updated` string, date-time — When the message was last updated.
    - `isRead` boolean — Whether or not the message has been read.
    - `isSystemMessage` boolean — Whether or not the message is a system message.
    - `isReportAbuseDisplayed` boolean — Whether or not the abuse report link is displayed for the message.
  - `totalCollectionSize` integer
  - `totalPages` integer
  - `pageNumber` integer

## Other responses

- `401` — 0: Authorization has been denied for this request.

---

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