REST API for simple User
-
I have created a new user with
user-permission
and then I created a token for this user from XO. I used this token to use therest-apis
but on calling it's returningunauthorized
. Can you please give me reason about this behavior?from this I am getting that only admin user have rights to use
rest-apis
/v6
route is also throwing errors for user withuser-permission
-
Hi @irtaza9.
The REST API is only available for admin users.
It is planned to handle other types of users in a few months -
O olivierlambert marked this topic as a question
-
O olivierlambert has marked this topic as solved