|
ISubscriptionUserServiceGetSubscriptionUserMappingsByUser Method |
Gets the subscription user mappings by a user identifier. If the Infosoft user register module is available the UserIdentifier has to be the e-mail/username of the serviceuser. Otherwise it has to match the ExternalUser given when mapping the subscription with the user.
Namespace: Infosoft.Common.Contracts.ServiceContracts.SubscriptionsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax Remarks
It is possible to retrieve the "owning" customers user instance as well be specifiying
IncludeCustomerUser, note that this user is actually stored somewhere else and therefore does not have a SubscriptionUser_Id.
This feature is only available if utilizing the infosoft user register as the store for web accounts/users.
See Also