# 하위 계정 대시보드의 아이프레임에서 사용자/하위 계정 속성을 삽입하는 방법

## 하위 계정 대시보드의 아이프레임에서 사용자/하위 계정 속성을 삽입하는 방법

이제 아이프레임을 사용하여 임베드 콘텐츠에 동적 사용자 또는 하위 계정 속성/매개변수를 삽입할 수 있습니다. 다음 단계별 가이드를 따라 시작해 보세요:

**목차**

* [1단계: 편집 모드 진입](#1단계-편집-모드-진입)
* [2단계: 오브젝트 탭으로 이동](#2단계-오브젝트-탭으로-이동)
* [3단계: 임베드 선택](#3단계-임베드-선택)
* [4단계: URL 입력](#4단계-url-입력)
* [5단계: 매개변수 추가](#5단계-매개변수-추가)
* [6단계: 동적 사용자 속성 활용](#6단계-동적-사용자-속성-활용)
* [지원하는 사용자 속성](#지원하는-사용자-속성)

***

#### 1단계: 편집 모드 진입

* 하위 계정 대시보드를 열고 편집(Edit) 모드로 진입합니다.

#### 2단계: 오브젝트 탭으로 이동

* 편집 모드에서 오브젝트(Objects) 섹션으로 이동합니다.

#### 3단계: 임베드 선택

* 오브젝트 메뉴에서 임베드(Embed) 옵션을 선택합니다.

#### 4단계: URL 입력

* 대시보드에 임베드하고 싶은 콘텐츠의 URL을 입력합니다.

#### 5단계: 매개변수 추가

* URL을 입력한 후, 콘텐츠를 커스터마이징하는 데 필요한 매개변수를 추가합니다.

#### 6단계: 동적 사용자 속성 활용

* 아이프레임 소스에 하위 계정이나 사용자 식별자를 동적으로 삽입할 수 있습니다. URL에서 {{location.id}}나 {{location.name}}과 같은 플레이스홀더를 사용하여 더욱 다양하게 활용할 수 있습니다.
* 예를 들어, {{location.id}}를 사용하여 다음과 같은 동적 URL을 만들 수 있습니다: <https://app.gohighlevel.com/v2/location/{{location.id}}/conversations>
* 위의 링크를 대시보드의 아이프레임 URL로 임베드할 수 있습니다.

***

## 지원하는 사용자 속성

URL에 전달할 수 있는 다양한 사용자 속성을 지원합니다. {{user.**userpropertyhere**}}에서 **property** 부분을 다음의 지원되는 사용자 속성 중 하나로 바꿔 사용하세요:

* companyId
* email
* phone
* role
* type
* firstName
* lastName
* name
* fullName

예를 들어, <https://yourwebsiteurlhere.com/?user=\\{{user.firstName\\}}와> 같이 사용하여 URL에 사용자의 이름을 전달할 수 있습니다.

***

*원문 최종 수정: Mon, 12 Feb, 2024 at 2:13 AM* *Hyperclass 사용 가이드 — hyperclass.ai*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hyperclass.gitbook.io/hyperclass-docs/dashboard/what-are-dashboard-widgets/how-to-inject-user-sub-account-properties-in-iframes-on-sub-account-dashboards.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
