---
title: "Get channel name for currently logged in user"
method: GET
path: "/v2/user-channel"
tags: ["Metadata"]
---

# Get channel name for currently logged in user

`GET /v2/user-channel`

## Query parameters

- `binaryType` string

## Response `200`

OK

- RobloxClientSettingsApiModelsResponseUserChannelResponse — Response data object for getting a user's channel information.
  - `channelName` string — Name of the channel.
  - `channelAssignmentType` 0 | 1 | 2 | 3 | 4 | 5 — How the user was bound to the channel. If the user is not assigned to any channel, this is omitted. ['None' = 0, 'PerMille' = 1, 'BoundToPrivateChannel' = 2, 'BoundToPublicChannel' = 3, 'OptedInToBetaProgramWithPrivateChannel' = 4, 'OptedInToBetaProgramWithPublicChannel' = 5]
  - `token` string — JWT token. If the channel is not private, this is omitted.
  - `program` RobloxClientSettingsApiModelsResponseBetaProgramInfo — Beta program information included in the user channel response.
    - `name` string — The display name of the beta program.
    - `id` string — The ID of the beta program.
  - `isFlagOnly` boolean — Whether the channel is flag-only. A flag-only channel uses production binaries. If the channel is not flag-only, this is omitted.

---

[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/versions/e15802062270/schema)
