AssociatedUser
A narrowly-scoped view of a user for cross-company contexts (e.g. a customer viewing their sales representative). Authorized via reseller company association, not the standard User permission model.
Federation: when the caller is not allowed to resolve the referenced user, the
AssociatedUser entity resolver returns null so subgraphs (e.g. subscription)
can expose nullable AssociatedUser fields instead of failing the whole query.
This page contains
Fields
| id: ID! | ID of the user (UUID) |
| firstName: String | First name |
| lastName: String | Last name |
| email: String | Email address |
| homePhone: String | Home phone number |
| workPhone: String | Work phone number |
| mobilePhone: String | Mobile phone number |
Parent objects of AssociatedUser
| BasicSubscriptionActorActivity PREVIEW | Basic subscription actor activity event |
| SubscriptionRecordState PREVIEW | Subscription Record State - federated type from another service Uses purchase_orders.uuid as the key |
| SubscriptionStateTransitionActorActivity PREVIEW | Subscription state transition actor activity event with state information |
| SubscriptionUserTargetedActorActivity PREVIEW | Subscription user targeted actor activity event with target user information |
| UserActor PREVIEW | User actor type |