Skip to end of banner
Go to start of banner

getUser

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Description

Gets the user by username or key.

Parameters

Return Type

CUser

Returns the user in a predefined structure type.

Example

CUser user = getUser("admin");
return user.email;

See also

  • No labels