getCrmConnectionOwnerInfoPayload
Identity of the account that owns a CRM connection.
type getCrmConnectionOwnerInfoPayload {
email: String!
userId: String
isSystemAdministrator: Boolean
}
Fields
getCrmConnectionOwnerInfoPayload.email ● String! non-null scalar
Email of the connecting CRM user.
getCrmConnectionOwnerInfoPayload.userId ● String scalar
Provider user id (HubSpot only).
getCrmConnectionOwnerInfoPayload.isSystemAdministrator ● Boolean scalar
Whether the connecting user is a Salesforce System Administrator.