OBJECT

APIKeyPrincipal

Logged in principal from API Key

link GraphQL Schema definition

  • type APIKeyPrincipal {
  • emailAddress: String
  • name: String
  • # The associated seller. Only if this user is a seller
  • seller: Seller
  • user: User
  • username: String
  • }