Toggle menu
868
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 07:09, 17 February 2012 by Cg_pham (talk | contribs)



User_getUsersByEmail

Get user by email address

Syntax

User_getUsersByEmail(emailaddress,resourcetemplateid)

Arguments

  • emailaddress: is a string expression. It is the email address of user.
  • resourcetemplateid: is a number expression. It is the resource template id

Return value

An array, it is the user object array, which has the same format as what generated by User_new

Example

number resourcetemplateid = 15070738;

string emailaddress = “minh@catglobe.com”;

array a = User_getUsersByEmail(emailaddress,resourcetemplateid);

Availability

Version 5.8