Hi.
I'm in Microsoft 365 Developer program and I can have 25 test user licenses.
I'd like to test my code to handle paging of pagedmembers API
However it seems that the API returns continuationToken when there are over 50 users in a conversation.
Because the API treated the page size is 50 even if I set pageSize as small number.
Is there any way to let the API return continuationToken?
Thank you.