abn.GetUserList

This job returns a list of all subscription owners (requests/documents) for the specified object.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

ObjectID

INT

Yes

ID of the subscribed document, or 0 for subscribed requests

ObjectType

INT

Yes

Type of the object

2. Output Parameters

Name Type Dependency Description

User[1..n]

STRING

List of subscription users, each record in the following order: Name of the user to be notified; Info text for the subscription; User GUID of the subscription admin (for system subscriptions); AboGrp (groups all records of the different actions of a subscription); Action (2/3/4/27/39); Notification type (0 = internal/oxmljsc; 1 = email + address); Subscription ID

3. Return Value

(INT): 0 = Job successful, otherwise error code.