REST API call for specific user permissions

Hello together,

we are just investigating if there is a possibility to get the permission for a user to browse, administer or project_admin permission.
I found this configuration which returns the list of the project if he has one of the permission.
https://docs.atlassian.com/software/jira/docs/api/REST/8.13.3/#api/2/project-getAllProjects
But in my case I need a call where it is possible to separate this for one specific permission. So one which leads a list for the projects he got the browse right. Then another one for the administer rights.

Maybe this isn´t possible.

Thank you guys in advance.