Airtable · Schema

ManageUsersResponse

Response from a user management operation.

ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheets

Properties

Name Type Description
errors array Errors encountered during the operation.
View JSON Schema on GitHub

JSON Schema

airtable-manageusersresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ManageUsersResponse",
  "title": "ManageUsersResponse",
  "type": "object",
  "description": "Response from a user management operation.",
  "properties": {
    "errors": {
      "type": "array",
      "description": "Errors encountered during the operation.",
      "items": {
        "$ref": "#/components/schemas/Error"
      }
    }
  }
}