EsbListUsersEx

 

Lists all users who have access to a particular Essbase Server, application or database. This function operates similar to EsbListUsers, with the addition of the security protocol parameter.

Syntax

Declare Function EsbListUsersEx Lib "esbapin" (
ByVal hCtx As Long,
ByVal AppName As String,
ByVal DbName As String,
ByVal Protocol As String,
      pItems As Integer) As Long
ParameterDescription

hCtx

The API context handle.

AppName

The Application name. If NULL, lists all users.

DbName

The database name. If NULL, lists users for all databases within application.

Protocol

The name of the external authentication security protocol mechanism.

pItems

The count of users.

Notes

Return Value

If successful, returns a count of the number of users in pCount, and list of users with access to the specified application and database in ppUserList.

Access

This function requires no special privileges.