User getUsersByEmail

From Catglobe Wiki
Revision as of 07:10, 24 April 2012 by Nguyenduyan (talk | contribs) (User_getUsersByEmail)
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 (optional)

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