C Main API User and Group Identity Functions

User and group identity functions are enhanced to enable the specification of user directories and unique identity attributes to identify users and groups that are hosted in a directory.

FunctionDescription
EssAddToGroupExAdds a user to the specified group. Similar to EssAddToGroup, but can accept a user directory specification or unique identity attribute.
EssCreateExtGroupCreates a group in the external user directory.
EssDeleteFromGroupExRemoves a user from a group. Similar to EssDeleteFromGroup, but can accept a user directory specification or unique identity attribute.
EssDeleteGroupExDeletes an existing group. Similar to EssDeleteGroup, but can accept a user directory specification or unique identity attribute.
EssDeleteUserExDeletes a user. Similar to EssDeleteUser, but can accept a user directory specification or unique identity attribute.
EssGetApplicationAccessExGets a list of user or group application access structures, which contain information about user or group access to applications. Similar to EssGetApplicationAccess, but can accept a user directory specification or unique identity attribute.
EssGetDatabaseAccessExGets a list of user database access structures, which contain information about user access to databases. Similar to EssGetDatabaseAccess, but can accept a user directory specification or unique identity attribute.
EssGetGroupInfoExGets a group information structure, which contains security information for the group. Similar to EssGetGroup, but can accept a user directory specification or unique identity attribute.
EssGetGroupListExGets the list of users who are members of a group or the list of groups to which the user belongs. Similar to EssGetGroupList, but can accept a user directory specification or unique identity attribute.
EssGetUserInfoExGets a user information structure, which contains security information for the user. Similar to EssGetUser, but can accept a user directory specification or unique identity attribute.
EssKillRequestExTerminates specific user sessions or requests. Similar to EssKillRequest, but the input structure can include user directories and unique identity attributes.
EssListConnectionsExLists all users who are connected to the currently logged in server or application. Similar to EssListConnections, but includes users hosted in a user directory.
EssListGroupsInfoExLists all groups who have access to a particular Essbase Server, application or database. Similar to EssListGroups, but the group list structure can include user directories and unique identity attributes.
EssListLocksExLists all users who are connected to a specific application and database, together with a count of data blocks which they currently have locked. Similar to EssListLocks, but includes users hosted in a user directory.
EssListLoginsExReturns the list of log in instances in the current session. Similar to EssListLogins, but includes users hosted in a user directory.
EssListRequestsExReturns information about active sessions and requests. Similar to EssListRequests, but includes users hosted in a user directory.
EssListUsersInfoExLists all users who have access to a particular Essbase Server, application or database. Similar to EssListUsers, but the user list structure can include user directories and unique identity attributes.
EssSetApplicationAccessExSets a list of user application access structures, which contain information about user access to applications. Similar to EssSetApplicationAccess, but the input structure can include user directories and unique identity attributes.
EssSetCalcListExSets the calculation list accessible to the specified user or group. Similar to EssSetCalcList, but includes users and groups hosted in a user directory.
EssSetDatabaseAccessExSets a list of user database access structures, which contain information about user access to databases. Similar to EssSetDatabaseAccess, but the input structure can include user directories and unique identity attributes.
EssSetFilterListExSets the list of groups or users that are assigned to a filter. The count parameter controls the number of groups or users assigned to the filter. A count of zero removes all the groups or users from the list.
EssSetGroupListExSets the list of users who are members of a group. Similar to EssSetGroupList, but can accept a user directory specification or unique identity attribute.