
NetG.36427 (Customer) asked a question.
The appLinks API call (/api/v1/users/${userId}/appLinks) is not showing Hidden apps - or apps flagged as 'Do not display'. I can consistently reproduce this. This is not the same as the "Why do results vary when referencing the /applinks API endpoint from a Browser or from a different medium." question. That has to do with personal apps.
The 'hidden' flag on all the returned apps is 'false' and all the apps that are missing are set to not display.
If I plug in a hidden app id directly I can manipulate it, but the goal is to be able to list ALL apps associated with a user.

Hello Net Guy,
If you need to return a list of all apps for a user, including hidden ones, you can do so with the following API call:
/api/v1/apps?filter=user.id+eq+%22USERID%22&expand=user/USERID
Regards,