Order Users's list by date of creation

0 votes

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
asked Feb 26, 2018 in PHP by lab (10 points)

1 Answer

0 votes
Hi,

As of now, this is not available in User management module. However, if this is must have feature for you then I can request my team for the same.

Please let me know so that I will raise this request with the development team.

Thanks.
answered Feb 28, 2018 by rajeev.etc (1,660 points)
Hi,
In facts it is important indeed, but I guess being able to  sort the list of users could be an interesting task for many of yours users ;)  

So there is no way to order the users' list?

Thanks for your response ;)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...