- I have my management API which is there by default.
Now if i want to access the management API all i have to do is send an following HTTP request (imran121 is tenant), For example i can send /api/v2/users
to access user details and /api/v2/roles/
to see the roles details
- Now I have create an custom api in my account with http://imran.com as an identifier.
- and i am able to get the Access token by sending this http request to my tenant
- But how am i supposed to access endpoints like
/roles
and/users
through my cutom api(after adding view:user and view:roles permission to the api)
am i missing anything.