---
title: "Get User Video Configuration"
method: GET
path: "/restapi/v1.0/account/{accountId}/extension/{extensionId}/video-configuration"
tags: ["Video Configuration"]
---

# Get User Video Configuration

`GET /restapi/v1.0/account/{accountId}/extension/{extensionId}/video-configuration`

Returns information about video configuration settings of the current user.

## Path parameters

- `accountId` string, required
- `extensionId` string, required

## Response `200`

User Video Configuration

- UserVideoConfiguration
  - `provider` 'RCMeetings' | 'RCVideo' | 'None' — Video provider of the user
  - `userLicenseType` 'Paid' | 'Free' — Specifies if the user is 'paid' (has meeting license) or 'free' (w/o meeting license)

---

[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)
