This documentation supports the 18.05 version of Remedy Action Request System.

To view the latest version, select the version from the Product version menu.

ARGetListAlertUser

Note

You can continue to use C APIs to customize your application, but C APIs are not enhanced to support new capabilities provided by Java APIs and REST APIs.

Description

Retrieves a list of all users that are registered for alerts on the specified server.

Privileges

All users.

Synopsis

#include "ar.h"
#include "arerrno.h"
#include "arextern.h"

int ARGetListAlertUser(
   ARControlStruct *control,
   ARAccessNameList *userList,
   ARStatusList *status)

Input arguments

control

The control record for the operation. It contains information about the user requesting the operation, where the operation is performed, and which session the operation is performed in. The user and server fields are required.

Return values

userList

A list of zero or more user names registered to receive alerts on the specified server. The list returns only one entry for users that register under multiple addresses.

status

A list of zero or more notes, warnings, or errors generated from a call to this function. For a description of all possible values, see Error checking.

See also

ARRegisterForAlerts. See FreeAR for: FreeARAccessNameList, FreeARStatusList.

Was this page helpful? Yes No Submitting... Thank you

Comments