Skip to main content

personUpdatesForParty

Subscribe to real-time updates for a specific person. This subscription provides live notifications when persons are added.

Authentication Requirements

Requires authentication and the company:receive_person_updates permission.

Business Rules

  • The person must exist and be accessible to the user
  • User must be a company or brand admin
  • Updates are delivered in real-time as they occur

Error Conditions

  • Person not found if the person ID doesn't exist or is not accessible
  • Authentication required if not logged in
  • Permission denied if user lacks access to the person's domain
personUpdatesForParty(
companyId: ID!
email: Email!
partyId: ID!
): PersonSubscriptionsPayload!

Arguments

personUpdatesForParty.companyId ● ID! non-null scalar

The Company ID associated to the person updates.

personUpdatesForParty.email ● Email! non-null scalar

The Person login identifier for which updates will be received.

personUpdatesForParty.partyId ● ID! non-null scalar

The ID of the party that will receive the updates.

Type

PersonSubscriptionsPayload object