User getUsersByEmail

From Catglobe Wiki
Revision as of 09:09, 17 February 2012 by Cg pham (talk | contribs)
Jump to: navigation, search



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