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
ParameterDescription

hCtx

API context handle.

UserName

Name of user to create. See User Name Limits.

Password

Security password for new user. See Password Limits.

SecurityProvider

The name of the external authentication mechanism.

ProviderConnectionParameters

Parameters used by the external authentication mechanism, if any.

Notes

Return Value

None.

Access

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