---
title: "AccountResponse"
slug: "common-vapidatatype-accountresponse"
updated: 2026-04-23T08:54:51Z
published: 2026-04-23T09:01:57Z
canonical: "api.ncloud-docs.com/common-vapidatatype-accountresponse"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AccountResponse

<p class="platform-info type-vpc">VPC 환경에서 이용 가능합니다.</p>

Data Forest 계정 정보입니다.

## 구문<a name="구문"></a>
구문은 다음과 같습니다.

```Java
private String id;
private String name;
private String principal;
private String status;
private String createAt;
```

## 필드<a name="필드"></a>
필드에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| ---------- | ---------- | ----- | ----- |
| `id` | String | Required | 계정 식별자 UUID (base62) |
| `name` | String  | Optional | 계정 이름 |
| `principal` | String  | Optional | 계정 Principal 이메일<ul><li><예시> <계정-이름>@KR.DF.NAVERNCP.COM</li></ul> |
| `status` | String  | Optional | 계정 상태 <ul><li>`ACCEPTED` \| `RUNNING` (기본값) \| `CHANGING`</li></ul>|
| `disabled` | String  | Optional | 사용자의 리소스 권한 여부<ul><li>`true` \| `false`<ul><li>`true`: 리소스 권한이 없을 경우</li><li>`false`: 리소스 권한이 있을 경우</li></ul></li></ul>|
| `createAt` | String  | Optional | 계정 생성 일시 |
