Toggle menu
862
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.

User getUsersByEmail: Difference between revisions

From Catglobe Wiki
Nguyenduyan (talk | contribs)
No edit summary
 
Line 8: Line 8:
'''Syntax'''
'''Syntax'''


User_getUsersByEmail(emailaddress[,resourceTemplateId])
User_getUsersByEmail(string emailaddress)
 
'''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'''
'''Return value'''


An array, it is the user object array, which has the same format as what generated by ''User_new''
An array of [[User_class|User]]
 
'''Example'''
 
number resourceTemplateId = 15070738;
 
string emailaddress = “[email protected]”;
 
array a = User_getUsersByEmail(emailaddress,resourceTemplateId);
 
// return result
 
{{5,37283682,antest,15070738,123456,True,0,False,{},{1,1,1,7,0,0,0,1,65},{1,1,1,7,0,0,0,1,65},en-GB,en-GB,[email protected],Duy An,,,DKK,,0,65,,,,,,,,False,False,,37278404},{5,37283684,CG5942178239,15070738,LXltlTyF,True,0,False,{},{1,1,1,7,0,0,0,1,65},{1,1,1,7,0,0,0,1,65},en-GB,en-GB,[email protected],,,,DKK,,0,65,,,,,,,,False,False,,37278404}}


'''Availability'''
'''Availability'''


Version 5.8
Version 5.8
__NOTOC__
<!-- imported from file: 7588.htm-->

Latest revision as of 05:20, 25 September 2024



User_getUsersByEmail

Get user by email address

Syntax

User_getUsersByEmail(string emailaddress)

Return value

An array of User

Availability

Version 5.8