Target: userTarget: accountVersion: 3
account.admin_added
An administrator was added to an Account.
View raw JSONEvent fields
| Field | Type | Required | Description |
|---|---|---|---|
| occurredAt | Date | Yes | When the action occurred. |
Actor
The user or system that performed the action.
| Field | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | The stable Replit user ID, or system for an automated action. |
| type | string | Yes | Whether the actor is a user or the Replit system. |
| name | string | No | The user email address, when available. |
| metadata | object | No | None |
Target User
The user affected by the action.
| Field | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | The stable user ID. |
| type | literal | Yes | The target type: user. |
| name | string | No | The user email address. |
| metadata | object | No | None |
Target Account
The Account at the top of the affected resource hierarchy.
| Field | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | The stable Account customer ID. |
| type | literal | Yes | The target type: account. |
| name | string | No | The Account display name. |
Request context
The request context for the action.
| Field | Type | Required | Description |
|---|---|---|---|
| location | string | Yes | The IP address where the request originated. |
| userAgent | string | No | The client user agent, when available. |
Event metadata
Additional metadata.
This event does not define named metadata fields.