OBJECT

Email

An e-mail address configured in the system, belonging to a company domain.

link GraphQL Schema definition

  • type Email {
  • # Type of documents this e-mail is able to receive
  • type: String
  • # Fully qualified e-mail address
  • emailAddress: String
  • }