Ionic with onesignal send notifications to specific users

Hi,

I am using onesignal.

Here is my code.

this.oneSignal.getIds().then((id)=>{
        console.log("App ID",id);
      })

I am getting app id and pushtoken.

I need send pushnotifications to specific user using pushtoken or app id.

I have no idea.

kindly advice me ,

Thanks