Skip to main content
Version: Latest

brokerResearchProactiveUserSearch

description

Look up a single end-user by their full email address and return their current proactive-entitlement standing with the calling provider. NOT_FOUND is returned when the user is unknown OR is not eligible for proactive entitlement under the provider (inactive, not active for direct-feed RTR, or the provider does not entitle the user's persona).

brokerResearchProactiveUserSearch(
email: String!
): BrokerResearchProactiveUserSearchResult!

Arguments

brokerResearchProactiveUserSearch.email ● String! non-null scalar graph-ql-types

The user's full email address (case-insensitive, exact match).

Type

BrokerResearchProactiveUserSearchResult object graph-ql-types

Loading...