Click or drag to resize
Infosoft Logo

ISubscriptionUserServiceGetSubscriptionUsersBySubscription Method

Gets the list of SubscriptionUsers for a given Subscription identified by the CustomerNumber and TitleCode.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Subscriptions
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
GetSubscriptionUsersResponse GetSubscriptionUsersBySubscription(
	GetSubscriptionUsersBySubscriptionRequest request
)

Parameters

request  GetSubscriptionUsersBySubscriptionRequest
The request with the subscription identifier

Return Value

GetSubscriptionUsersResponse
The 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