Hi ,
I am using Magento Storefront admin Panel (Adobe Commerce) and trying to use the Rest APIs in postman.
I have generated the access token and it is working properly with other APIs
I want to find the user and user related roles through the API , these are the following endpoints which i found:
{{baseUrl}}/V1/company/role/:roleId/users
{{baseUrl}}/V1/company/role/:roleId
{{baseUrl}}/V1/company/?searchCriteria[filterGroups][0][filters][0][field]=<string>
whenever i try to access these endpoints using the token that is required for authorization it is giving
{
"message": "Request does not match any route."
}
Please guide me if there's an API endpoint for company , users , roles in magneto and how to access it to get the desired result