This public API allows external developers to interact with Dataedo services securely using JWT Bearer token authentication. Version 1 of the API exposing core functionalities.
| id required | integer <int32> The Id of the area stored in the Dataedo Repository. |
| filters | string Available filters: type, subType, name, title, status, source. |
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
| sorts | string Sort parameters.
|
Updates title of a single area by Id.
| id required | integer <int32> The Id of the area stored in the Dataedo repository. |
The title of a single area.
| title | string or null |
{- "title": "string"
}| id required | integer <int32> The Id of the area stored in the Dataedo repository. |
Array of objects or null (Dataedo.Public.Models.Public.v1.Features.CustomFields.CustomFieldInfo) | |||||
Array
| |||||
{- "fields": [
- {
- "name": "field1",
- "value": "2023-10-15T14:30:00Z"
}
]
}Updates description of a single column by Id.
| id required | integer <int32> The Id of the column stored in the Dataedo repository. |
| description | string or null |
{- "description": "string"
}Updates title of a single column by Id.
| id required | integer <int32> The Id of the column stored in the Dataedo repository. |
| title | string or null |
{- "title": "string"
}| id required | integer <int32> The Id of the column stored in the Dataedo repository. |
Array of objects or null (Dataedo.Public.Models.Public.v1.Features.CustomFields.CustomFieldInfo) | |||||
Array
| |||||
{- "fields": [
- {
- "name": "field1",
- "value": "2023-10-15T14:30:00Z"
}
]
}| id required | integer <int32> The Id of the data set entity stored in the Dataedo repository. |
| filters | string Title filter example: "title==Dataedo Repository".
|
| sorts | string Sort parameters.
|
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
Updates title of a single data set by Id.
| id required | integer <int32> The Id of the data set entity stored in the Dataedo repository. |
| title | string or null |
{- "title": "string"
}| id required | integer <int32> The Id of data set stored in the Dataedo repository. |
Array of objects or null (Dataedo.Public.Models.Public.v1.Features.CustomFields.CustomFieldInfo) | |||||
Array
| |||||
{- "fields": [
- {
- "name": "field1",
- "value": "2023-10-15T14:30:00Z"
}
]
}| filters | string Query string to filter data sources by a class or title.
Accepted class filter values: "class==DATABASE", "class==GLOSSARY", "class==REPORTING".
Title filter example: "title==Dataedo Repository".
|
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
| sorts | string Sort parameters.
|
| id required | integer <int32> The Id of the data source entity stored in the Dataedo repository. |
| filters | string Title filter example: "title==Dataedo Repository".
|
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
| sorts | string Sort parameters.
|
| id required | integer <int32> The Id of the data source entity stored in the Dataedo repository. |
| filters | string Title filter example: "title==Dataedo Repository".
|
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
| sorts | string Sort parameters. Write specific convention:
|
| id required | integer <int32> The Id of the data source entity stored in the Dataedo repository. |
| filters | string Query string to filter data sources by a class or title.
Title filter example: "title==Dataedo Repository".
|
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
| sorts | string Sort parameters.
|
Updates title of a single data source by Id.
| id required | integer <int32> The Id of the area stored in the Dataedo repository. |
| title | string or null |
{- "title": "string"
}| id required | integer <int32> The Id of the data source stored in the Dataedo repository. |
Array of objects or null (Dataedo.Public.Models.Public.v1.Features.CustomFields.CustomFieldInfo) | |||||
Array
| |||||
{- "fields": [
- {
- "name": "field1",
- "value": "2023-10-15T14:30:00Z"
}
]
}| id required | integer <int32> The Id of the data source stored in the Dataedo repository. |
Import connector parameters.
| fullReimport | boolean |
| appendOnly | boolean |
| importAutomaticLineage | boolean |
| parseSql | boolean |
| importCopyHistory | boolean |
| importDependencies | boolean |
| importBasicStatistics | boolean |
| importReportsUsage | boolean |
{- "fullReimport": true,
- "appendOnly": true,
- "importAutomaticLineage": true,
- "parseSql": true,
- "importCopyHistory": true,
- "importDependencies": true,
- "importBasicStatistics": true,
- "importReportsUsage": true
}| id required | integer <int32> The Id of the data source stored in the Dataedo repository. |
Data quality severities. Allowed values: 1 - Low, 2 - Mid, 3 - High, 4 - Critical
| severity | Array of integers or null <int32> |
{- "severity": [
- 0
]
}| filters | string Query string to filter domains by a type. |
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
| sorts | string Sort parameters.
|
| id required | integer <int32> The Id of the domain stored in the Dataedo Repository |
| filters | string Available filters: type, subType, name, title, status, source. |
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
| sorts | string Sort parameters.
|
Updates title of a single domain by Id.
| id required | integer <int32> The Id of the domains stored in the Dataedo repository. |
| title | string or null |
{- "title": "string"
}| id required | integer <int32> The Id of the domain stored in the Dataedo repository. |
Array of objects or null (Dataedo.Public.Models.Public.v1.Features.CustomFields.CustomFieldInfo) | |||||
Array
| |||||
{- "fields": [
- {
- "name": "field1",
- "value": "2023-10-15T14:30:00Z"
}
]
}| id required | integer <int32> The Id of the glossary entry stored in the Dataedo Repository. |
| filters | string Available filters: type, subType, name, title, status, source. |
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
| sorts | string Sort parameters.
|
Updates title of a single glossary entry by Id.
| id required | integer <int32> The Id of the glossary entry stored in the Dataedo repository. |
| title | string or null |
{- "title": "string"
}| title | string or null |
| parentId | integer or null <int32> |
| glossaryId | integer <int32> |
| typeId | integer <int32> |
| workflowStatusId | integer <int32> |
| description | string or null |
object or null |
{- "title": "string",
- "parentId": 0,
- "glossaryId": 0,
- "typeId": 0,
- "workflowStatusId": 0,
- "description": "string",
- "customFields": {
- "property1": "string",
- "property2": "string"
}
}| id required | integer <int32> The Id of the glossary entry stored in the Dataedo repository. |
Array of objects or null (Dataedo.Public.Models.Public.v1.Features.CustomFields.CustomFieldInfo) | |||||
Array
| |||||
{- "fields": [
- {
- "name": "field1",
- "value": "2023-10-15T14:30:00Z"
}
]
}| databaseName required | string Name of the database. |
| filters | string Filtering is not implemented yet. |
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
| sorts | string Sorting is not implemented yet. |
Inserts table/view definitions into the import_tables staging table.
Collection of table definitions to import.
Array of objects or null (Dataedo.Public.Models.Public.v1.Features.InterfaceTables.Requests.ImportTableRequest) The list of items to import. Maximum 10,000 items per request. | |||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||
{- "items": [
- {
- "databaseName": "string",
- "tableSchema": "string",
- "tableName": "customers",
- "externalId": "string",
- "objectType": "TABLE",
- "objectSubtype": "string",
- "description": "string",
- "definition": "string",
- "location": "string",
- "language": "string",
- "parentObjectExternalId": "string",
- "parentObjectSchema": "string",
- "parentObjectName": "string",
- "parentObjectType": "string",
- "linkedSourceExternalId": "string",
- "linkedSourceName": "string",
- "dbmsCreated": "2019-08-24T14:15:22Z",
- "dbmsLastModified": "2019-08-24T14:15:22Z",
- "customFields": {
- "property1": "string",
- "property2": "string"
}
}
]
}| databaseName required | string Name of the database. |
| filters | string Filtering is not implemented yet. |
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
| sorts | string Sorting is not implemented yet. |
Collection of column definitions to import.
Array of objects or null (Dataedo.Public.Models.Public.v1.Features.InterfaceTables.Requests.ImportColumnRequest) The list of items to import. Maximum 10,000 items per request. | |||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||
{- "items": [
- {
- "databaseName": "string",
- "objectExternalId": "string",
- "objectSchema": "string",
- "objectName": "string",
- "objectObjectType": "string",
- "columnName": "customer_id",
- "columnPath": "string",
- "columnLevel": 0,
- "columnExternalId": "string",
- "columnParentExternalId": "string",
- "ordinalPosition": 0,
- "itemType": "string",
- "datatype": "varchar",
- "dataLength": "string",
- "nullable": true,
- "defaultValue": "string",
- "isIdentity": true,
- "isComputed": true,
- "computedFormula": "string",
- "description": "string",
- "customFields": {
- "property1": "string",
- "property2": "string"
}
}
]
}| databaseName required | string Name of the database. |
| filters | string Filtering is not implemented yet. |
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
| sorts | string Sorting is not implemented yet. |
Collection of key definitions to import.
Array of objects or null (Dataedo.Public.Models.Public.v1.Features.InterfaceTables.Requests.ImportKeyRequest) The list of items to import. Maximum 10,000 items per request. | |||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||
{- "items": [
- {
- "databaseName": "string",
- "tableSchema": "string",
- "tableName": "string",
- "tableObjectType": "string",
- "keyName": "string",
- "keyType": "string",
- "description": "string",
- "disabled": true,
- "columnName": "string",
- "columnPath": "string",
- "columnOrder": 0,
- "customFields": {
- "property1": "string",
- "property2": "string"
}
}
]
}| databaseName required | string Name of the database. |
| filters | string Filtering is not implemented yet. |
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
| sorts | string Sorting is not implemented yet. |
Collection of foreign key definitions to import.
Array of objects or null (Dataedo.Public.Models.Public.v1.Features.InterfaceTables.Requests.ImportForeignKeyRequest) The list of items to import. Maximum 10,000 items per request. | |||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||
{- "items": [
- {
- "databaseName": "string",
- "foreignTableSchema": "string",
- "foreignTableName": "string",
- "foreignTableObjectType": "string",
- "primaryTableSchema": "string",
- "primaryTableName": "string",
- "primaryTableObjectType": "string",
- "foreignColumnName": "string",
- "foreignColumnPath": "string",
- "primaryColumnName": "string",
- "primaryColumnPath": "string",
- "columnPairOrder": 0,
- "keyName": "string",
- "description": "string",
- "customFields": {
- "property1": "string",
- "property2": "string"
}
}
]
}| databaseName required | string Name of the database. |
| filters | string Filtering is not implemented yet. |
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
| sorts | string Sorting is not implemented yet. |
Collection of procedure definitions to import.
Array of objects or null (Dataedo.Public.Models.Public.v1.Features.InterfaceTables.Requests.ImportProcedureRequest) The list of items to import. Maximum 10,000 items per request. | |||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||
{- "items": [
- {
- "databaseName": "string",
- "procedureSchema": "string",
- "procedureName": "usp_GetCustomers",
- "objectType": "string",
- "objectSubtype": "string",
- "functionType": "string",
- "language": "string",
- "definition": "string",
- "description": "string",
- "parentObjectExternalId": "string",
- "parentObjectSchema": "string",
- "parentObjectName": "string",
- "parentObjectType": "string",
- "linkedSourceExternalId": "string",
- "linkedSourceName": "string",
- "dbmsCreated": "2019-08-24T14:15:22Z",
- "dbmsLastModified": "2019-08-24T14:15:22Z",
- "customFields": {
- "property1": "string",
- "property2": "string"
}
}
]
}| databaseName required | string Name of the database. |
| filters | string Filtering is not implemented yet. |
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
| sorts | string Sorting is not implemented yet. |
Collection of parameter definitions to import.
Array of objects or null (Dataedo.Public.Models.Public.v1.Features.InterfaceTables.Requests.ImportParameterRequest) The list of items to import. Maximum 10,000 items per request. | |||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||
{- "items": [
- {
- "databaseName": "string",
- "objectExternalId": "string",
- "objectSchema": "string",
- "objectName": "string",
- "objectObjectType": "string",
- "parameterName": "string",
- "ordinalPosition": 0,
- "parameterMode": "string",
- "datatype": "string",
- "dataLength": "string",
- "description": "string",
- "customFields": {
- "property1": "string",
- "property2": "string"
}
}
]
}| databaseName required | string Name of the database. |
| filters | string Filtering is not implemented yet. |
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
| sorts | string Sorting is not implemented yet. |
Collection of trigger definitions to import.
Array of objects or null (Dataedo.Public.Models.Public.v1.Features.InterfaceTables.Requests.ImportTriggerRequest) The list of items to import. Maximum 10,000 items per request. | |||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||
{- "items": [
- {
- "databaseName": "string",
- "tableSchema": "string",
- "tableName": "string",
- "tableObjectType": "string",
- "triggerName": "string",
- "triggerType": "string",
- "definition": "string",
- "before": true,
- "after": true,
- "insteadOf": true,
- "onInsert": true,
- "onUpdate": true,
- "onDelete": true,
- "disabled": true,
- "description": "string",
- "customFields": {
- "property1": "string",
- "property2": "string"
}
}
]
}| databaseName required | string Name of the database. |
| filters | string Filtering is not implemented yet. |
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
| sorts | string Sorting is not implemented yet. |
Collection of report definitions to import.
Array of objects or null (Dataedo.Public.Models.Public.v1.Features.InterfaceTables.Requests.ImportReportRequest) The list of items to import. Maximum 10,000 items per request. | |||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||
{- "items": [
- {
- "databaseName": "string",
- "externalId": "string",
- "folderExternalId": "string",
- "reportSchema": "string",
- "reportName": "string",
- "url": "string",
- "embedUrl": "string",
- "objectType": "string",
- "objectSubtype": "string",
- "description": "string",
- "definition": "string",
- "location": "string",
- "language": "string",
- "parentObjectExternalId": "string",
- "parentObjectSchema": "string",
- "parentObjectName": "string",
- "parentObjectType": "string",
- "dbmsCreated": "2019-08-24T14:15:22Z",
- "dbmsLastModified": "2019-08-24T14:15:22Z",
- "customFields": {
- "property1": "string",
- "property2": "string"
}
}
]
}| databaseName required | string Name of the database. |
| filters | string Filtering is not implemented yet. |
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
| sorts | string Sorting is not implemented yet. |
Collection of data lineage mappings to import.
Array of objects or null (Dataedo.Public.Models.Public.v1.Features.InterfaceTables.Requests.ImportDataLineageRequest) The list of items to import. Maximum 10,000 items per request. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{- "items": [
- {
- "sourceDatabaseName": "string",
- "sourceDatabaseLinkedSourceExternalId": "string",
- "sourceDatabaseLinkedSourceName": "string",
- "sourceObjectSchema": "string",
- "sourceObjectName": "string",
- "sourceObjectExternalId": "string",
- "sourceObjectType": "string",
- "sourceColumnName": "string",
- "sourceColumnExternalId": "string",
- "processorDatabaseName": "string",
- "processorObjectSchema": "string",
- "processorObjectName": "string",
- "processorObjectExternalId": "string",
- "processorObjectType": "string",
- "processorProcessName": "string",
- "processorProcessExternalId": "string",
- "targetDatabaseName": "string",
- "targetDatabaseLinkedSourceExternalId": "string",
- "targetDatabaseLinkedSourceName": "string",
- "targetObjectSchema": "string",
- "targetObjectName": "string",
- "targetObjectExternalId": "string",
- "targetObjectType": "string",
- "targetColumnName": "string",
- "targetColumnExternalId": "string",
- "script": "string",
- "dbmsCreated": "2019-08-24T14:15:22Z",
- "dbmsLastModified": "2019-08-24T14:15:22Z",
- "transformation": "string",
- "lineFrom": 0,
- "lineTo": 0,
- "charFrom": 0,
- "charTo": 0,
- "indexFrom": 0,
- "indexTo": 0,
- "isDirect": true,
- "description": "string",
- "customFields": {
- "property1": "string",
- "property2": "string"
}
}
]
}| databaseName required | string Name of the database. |
| filters | string Filtering is not implemented yet. |
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
| sorts | string Sorting is not implemented yet. |
Collection of data lineage process definitions to import.
Array of objects or null (Dataedo.Public.Models.Public.v1.Features.InterfaceTables.Requests.ImportDataLineageProcessRequest) The list of items to import. Maximum 10,000 items per request. | |||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||
{- "items": [
- {
- "processorDatabaseName": "string",
- "processorObjectSchema": "string",
- "processorObjectName": "string",
- "processorObjectExternalId": "string",
- "processorObjectType": "string",
- "processorProcessName": "string",
- "processorProcessExternalId": "string",
- "description": "string",
- "language": "string",
- "script": "string",
- "linkedSourceId": 0,
- "dbmsCreated": "2019-08-24T14:15:22Z",
- "dbmsLastModified": "2019-08-24T14:15:22Z",
- "processOrder": 0
}
]
}| databaseName required | string Name of the database. |
| filters | string Filtering is not implemented yet. |
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
| sorts | string Sorting is not implemented yet. |
Collection of linked source definitions to import.
Array of objects or null (Dataedo.Public.Models.Public.v1.Features.InterfaceTables.Requests.ImportLinkedSourceRequest) The list of items to import. Maximum 10,000 items per request. | |||||||||||||||||||||||
Array
| |||||||||||||||||||||||
{- "items": [
- {
- "databaseName": "string",
- "sourceDatabaseId": 0,
- "externalId": "string",
- "linkedSourceName": "string",
- "connectionDetails": "string",
- "sqlDialect": "string",
- "defaultSchema": "string",
- "description": "string",
- "dbmsCreated": "2019-08-24T14:15:22Z",
- "dbmsLastModified": "2019-08-24T14:15:22Z",
- "customFields": {
- "property1": "string",
- "property2": "string"
}
}
]
}| databaseName required | string Name of the database. |
| filters | string Filtering is not implemented yet. |
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
| sorts | string Sorting is not implemented yet. |
Collection of linked source configuration definitions to import.
Array of objects or null (Dataedo.Public.Models.Public.v1.Features.InterfaceTables.Requests.ImportLinkedSourceConfigurationRequest) The list of items to import. Maximum 10,000 items per request. | |||||||||
Array
| |||||||||
{- "items": [
- {
- "databaseName": "string",
- "linkedSourceName": "string",
- "linkedSourceExternalId": "string",
- "sourceDatabaseId": 0
}
]
}Returns a list of all import errors across all databases.
| filters | string Filtering is not implemented yet. |
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
| sorts | string Sorting is not implemented yet. |
This endpoint allows sending OpenLineage events to track data lineage.
The OpenLineage event data
object (Dataedo.Public.Models.Public.v1.Features.OpenLineage.Job) | |
object (Dataedo.Public.Models.Public.v1.Features.OpenLineage.Run) | |
| eventTime | string or null <date-time> |
| eventType | string or null |
| producer | string or null |
| schemaURL | string or null |
Array of objects or null (Dataedo.Public.Models.Public.v1.Features.OpenLineage.Input) | |
Array of objects or null (Dataedo.Public.Models.Public.v1.Features.OpenLineage.Output) |
{- "job": {
- "namespace": "string",
- "name": "string",
- "facets": {
- "jobType": {
- "integration": "string",
- "jobType": "string",
- "processingType": "string"
},
}
}, - "run": {
- "runId": "string"
}, - "eventTime": "2019-08-24T14:15:22Z",
- "eventType": "string",
- "producer": "string",
- "schemaURL": "string",
- "inputs": [
- {
- "facets": {
- "schema": {
- "_producer": "string",
- "_schemaURL": "string",
- "fields": [
- {
- "name": "string",
- "type": "string",
- "fields": [
- { }
]
}
]
}
}, - "namespace": "string",
- "name": "string"
}
], - "outputs": [
- {
- "facets": {
- "columnLineage": {
- "_producer": "string",
- "_schemaURL": "string",
- "fields": {
- "property1": {
- "inputFields": [
- {
- "field": "string",
- "name": "string",
- "namespace": "string"
}
], - "transformationDescription": "string",
- "transformationType": "string"
}, - "property2": {
- "inputFields": [
- {
- "field": "string",
- "name": "string",
- "namespace": "string"
}
], - "transformationDescription": "string",
- "transformationType": "string"
}
}
}, - "schema": {
- "_producer": "string",
- "_schemaURL": "string",
- "fields": [
- {
- "name": "string",
- "type": "string",
- "fields": [
- { }
]
}
]
}
}, - "name": "string",
- "namespace": "string"
}
]
}| id required | integer <int32> The Id of the program stored in the Dataedo repository. |
| filters | string Filtering parameters list is not implemented yet. |
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
| sorts | string Sorting parameters list is not implemented yet. |
Updates title of a single program by Id.
| id required | integer <int32> The Id of the program stored in the Dataedo repository. |
| title | string or null |
{- "title": "string"
}| id required | integer <int32> The Id of the program stored in the Dataedo repository. |
Array of objects or null (Dataedo.Public.Models.Public.v1.Features.CustomFields.CustomFieldInfo) | |||||
Array
| |||||
{- "fields": [
- {
- "name": "field1",
- "value": "2023-10-15T14:30:00Z"
}
]
}| id required | integer <int32> The Id of the report stored in the Dataedo repository. |
| filters | string Filtering parameters list is not implemented yet. |
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
| sorts | string Sorting parameters list is not implemented yet. |
| id required | integer <int32> The Id of the report stored in the Dataedo repository. |
| filters | string Title filter example: "title==Dataedo Repository".
|
| sorts | string Sort parameters.
|
| page | integer <int32> Page number. |
| pageSize | integer <int32> Items per page. |
Updates title of a single report by Id.
| id required | integer <int32> The Id of the report stored in the Dataedo repository. |
| title | string or null |
{- "title": "string"
}| id required | integer <int32> The Id of the report stored in the Dataedo repository. |
Array of objects or null (Dataedo.Public.Models.Public.v1.Features.CustomFields.CustomFieldInfo) | |||||
Array
| |||||
{- "fields": [
- {
- "name": "field1",
- "value": "2023-10-15T14:30:00Z"
}
]
}The user data to create.
| login | string or null |
| source | string or null |
| displayName | string or null |
| externalId | string or null |
{- "login": "string",
- "source": "string",
- "displayName": "string",
- "externalId": "string"
}The user data to update.
| userId | integer <int32> |
| login | string or null |
| source | string or null |
| displayName | string or null |
| externalId | string or null |
string or null |
{- "userId": 0,
- "login": "string",
- "source": "string",
- "displayName": "string",
- "externalId": "string",
- "email": "string"
}