Owner¶
| Field | Type | Description |
|---|---|---|
| string | The email address of this owner. | |
| id | string | The raw ID of this owner. |
| name | optional string |
Example¶
JSON
{
"email": "user@example.com",
"id": "usr_abc123",
"name": "Jane Doe"
}