Multiple threads/requests in gatling scenario

Hi,

I have this scenario.

  1. Login to an application
  2. Once valid session is established
  3. Call one functionality (REST call) concurrently (multiple threads at once).

Is that possible to achieve with Gatling Scenario? So scenario starts as One user or multiple users but then at one point (after login is completed) they will spawn multiple threads to load one REST call.?

Thanks,
Jayant Kenjale