Search query to get the list of users who got created in particular source in last one week

Please help in writing search query to get list of users who got created in last one week in particular source in sailpoint ISC

@accountRequests(source.id:SOURCE_ID AND op:Create) AND modified:[now-7d/d TO now]
Give this a try

type:identity AND created:[now-1w TO now] AND source.name:“SourceName”

created:>now-7d AND source.name:“AUTH SOURCE NAME” - try this