More actions
jrfconvert import |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category: | [[Category:User_Functions]] | ||
| | ||
==User_getUsersByEmail== | |||
Get user by email address | Get user by email address |
Revision as of 07:09, 17 February 2012
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 = “[email protected]”;
array a = User_getUsersByEmail(emailaddress,resourcetemplateid);
Availability
Version 5.8