Returns information about externally authenticated users.
Syntax
ESS_FUNC_M EssGetExtUser (hCtx, UserName, ppExtUserInfo);
Parameter | Data Type | Description |
---|---|---|
hCtx | ESS_HCTX_T | API context handle. |
UserName | ESS_STR_T | Name of user. |
ppExtUserInfo | ESS_USERINFOEX_T | Address of pointer to receive allocated user info structure. |
Notes
The memory allocated for ppExtUserInfo should be freed using EssFree().
Return Value
If successful, returns the user information structure in ppExtUserInfo.
Access
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.
See Also