EsbCreateExtUser

Description

EsbCreateExtUser() creates a new externally authenticated user.

Syntax

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

Parameters

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.

Return Value

None.

Notes

Access

This function requires the caller to have Create/Delete User privilege (ESS_PRIV_USERCREATE) for the logged in server.

Example

See Also