I'd like to lookup a user by a partial email match. Wondering which API to use for this? I was thinking the api call below would work, but not sure what to put in for the query.
#set($apiListResponse = $core_v2_user.Lookup($queryText, "%{ PageSize = $pageSizeArg }"))