EsbGetUserEx() gets the user information structure containing security information for the user. This function operates similarly to EsbGetUser().
Declare Function EsbGetUserEx Lib "esbapin" ( ByVal hCtx As Long, ByVal userName As String, pUserInfo As ESB_USERINFOEX_T) As Long
hCtx | Essbase API context handle. |
UserName | User name. |
pUserInfoEx | Address of pointer to receive info structure of externally authenticated user. |
If successful, returns the user information structure in pUserInfo.
This function requires the caller to have Create/Delete User privilege (ESS_PRIV_USERCREATE) for the logged in server, unless they are getting their own user information.