Hello,
I need order by date the users's list, I tried unsucessfully this code:
$userService = App42API::buildUserService();
$otherMetaHeaders1 = array();
$otherMetaHeaders1["orderByDescending"] = 'CreatedOn';
$userService->setOtherMetaHeaders($otherMetaHeaders1);
Could you please give me a hint, on how to proceed?
Thanks in advance,
Valeria Sinnati