AccountSummary
AccountSummary
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | Created At Example : 2025-01-01T00:00:00.000Z | string (date-time) | |
| created_by required | Created By Example : c23fb561c689455993874fa5d5ed4a2f | string | |
| email optional | Account Email Example : score@samsung.com | any of [string, null] | |
| id required | ID Example : 0a36e0746dbf4908acf0357829701381 | string | |
| joined_method required | Joined Method Example : INVITED | enum (INVITED, CREATED, CLOUD_CONTROL) | |
| joined_time required | Joined Datetime Example : 2024-05-17T12:34:56.789Z | string (date-time) | |
| login_id optional | Login ID Example : log-archive@samsung.com | any of [string, null] | |
| modified_at required | Modified At Example : 2025-01-01T00:00:00.000Z | string (date-time) | |
| modified_by required | Modified By Example : c23fb561c689455993874fa5d5ed4a2f | string | |
| name optional | Account Name Example : score-account | any of [string, null] | |
| organization_id required | Organization ID Example : o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 | string | |
| parent_unit_id required | Root or Parent Organization Unit ID Example : ou-fc8c29a138d78e24bf1fa86812fc8b | string | |
| parent_unit_name required | Root or Parent Organization Unit Name Example : parent-unit-name | any of [string, null] | |
| state required | Account Status Example : ACTIVE | enum (ACTIVE, SUSPENDED, PENDING_CLOSURE) | |
| type required | Account Type Example : MEMBER | enum (MANAGEMENT, DELEGATION, MEMBER, NONE, LOG_ARCHIVE, AUDIT) |