|
ISubscriptionUserServiceGetSubscriptionUsersBySubscription Method |
Gets the list of SubscriptionUsers for a given Subscription identified by the CustomerNumber and TitleCode.
Namespace: Infosoft.Common.Contracts.ServiceContracts.SubscriptionsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
Parameters
- request GetSubscriptionUsersBySubscriptionRequest
- The request with the subscription identifier
Return Value
GetSubscriptionUsersResponseThe response containing all subscriptionusers for the subscription.
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