2.0 AccountAlreadyExistsError object

Represents a special case of 2.0 Error to indicate that setting up a new account failed, because the account already exists. The response includes the user ID of the existing account.

Example

{
  "id": "account_exists",
  "description": "The given email address is linked to an existing account",
  "userId": "3mhUfNhHQzqTCN0oZLcsJg"
}

Fields

Field Type Description
id
required
String A string to identify the error type.
description
required
String A human readable description of the issue.
userId
required
String The user ID of the existing account.