We use the Bookings app to reserve workplaces
we create an appointment by the reservation form and we make a request off the appointments by the REST API
--> GET https://graph.microsoft.com/beta/bookingBusinesses/{<!-- -->{id}}/appointments
(https://docs.microsoft.com/en-us/graph/api/bookingbusiness-list-appointments?view=graph-rest-beta&tabs=http)
If it's a service with one person, we will see the a customer id and email ok.


But, if it's a service with many people, we will see the information about customers equal to null


Hoy can we obtain the information in this case?


