AccountInvitation
AccountInvitation
| 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 | |
| expired_time required | Invitation Expired Datetime Example : 2024-04-30T12:34:56.789Z | string (date-time) | |
| id required | ID Example : 0a36e0746dbf4908acf0357829701381 | string | |
| master_account_email optional | Master Account Email Example : admin@example.com | any of [string, null] | |
| master_account_id required | Master Account Name Example : 9f8e7d6c5b4a3z2y1x0w9v8u7t6s5r | string | |
| master_account_login_id optional | Login ID Example : log-archive@samsung.com | any of [string, null] | |
| master_account_name optional | Master Account Name Example : CoreKim | 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 | |
| organization_id required | Organization ID Example : o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 | string | |
| organization_name required | Organization Name Example : My Organization | string | |
| requested_time required | Invitation Request Datetime Example : 2024-04-17T12:34:56.789Z | string (date-time) | |
| state required | Invitation State Example : INVITING | enum (INVITING, REFUSED, INVITED, CANCELED, EXPIRED) | |
| target_account_id required | Invitation Receiver Account ID Example : 338c2fc8c29a449dbfa8681f8f1d78e5 | string |