CombinedUnit
CombinedUnit
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at optional | 생성 시간 Example : 2025-01-01T00:00:00.000Z | any of [string (date-time), null] | |
| depth optional | 계층(0~5) Example : 1 | any of [integer, null] | 1 |
| email optional | 계정 이메일 Example : score@samsung.com | any of [string, null] | |
| id required | Organization Unit ID or Organization Account ID Example : ou-c29a138f8f1d78e24dbfa8681fc2fc8 | string | |
| joined_method optional | 가입 방법 Example : INVITED | any of [enum (INVITED, CREATED, CLOUD_CONTROL), null] | |
| joined_time optional | 가입 일시 Example : 2024-05-17T12:34:56.789Z | any of [string (date-time), null] | |
| login_id optional | 로그인 ID Example : log-archive@samsung.com | any of [string, null] | |
| name optional | Organization Unit Name or Account Name Example : score-organization-unit | any of [string, null] | - |
| organization_id required | 조직 ID Example : o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 | string | |
| parent_unit_id optional | ROOT 또는 부모 조직 단위 ID Example : ou-fc8c29a138d78e24bf1fa86812fc8b | any of [string, null] | |
| type required | Type (Root or Organization Unit) or Account Type Example : MEMBER | string |