OBJECT

ManagementEndpointAccountOwnerInfo

link GraphQL Schema definition

  • type ManagementEndpointAccountOwnerInfo {
  • # Email Id of the account owner
  • email: String
  • # Name of the account owner
  • name: String
  • # If the account owner's email corresponds to a CSP user, full user details will
  • # be fetched for the account
  • user: User
  • }