EsbCreateExtUser() creates a new externally authenticated user.
Declare Function EsbCreateExtUser Lib "esbapin" ( ByVal hCtx As Long, ByVal UserName As String, ByVal Password As String, ByVal Protocol As String, ByVal Connparam As String) As Long
hCtx | Essbase API context handle. |
UserName | Name of user to create. User names can be 30 characters long. |
Password | Security password for new user. Passwords can be up to 100 characters long. |
SecurityProvider | The name of the external authentication mechanism. |
ProviderConnectionParameters | Parameters used by the external authentication mechanism, if any. |
None.