A user is anyone who can login to Abowire (internal or external).
In all these endpoints you can use "me" instead of the User ID if you want to retrieved the logged user.
Eg: GET /v1/user/me
Users can have a specific role within Abowire. The role will scope the level of access that a user has. The currently available roles are:
Role | Permissions |
Administrator | Everything in your Abowire account |
Customer | Access to edit their own profile only |
​
​
​