I'd like to make sure that my understanding of concept of user tokens and project tokens is correct.
- When I use API as an admin and authenticate using user token, I can perform any action on projects that I have access to.
- When I use API and authenticate using project token, I can perform any action on that specific project
Am I right? Thanks in advance.
PS. I was trying to find some documentation regarding user roles but I failed. May you please clarify what are associated permissions to user roles you support in iron.io?