# User Authorization

:::note
Currently, this kind of authorization works only internally, together with the MPC Web App.
:::

API endpoints that are tagged with `User` authorization, allow to use API in context of MPC Users, authorized by OAuth Token issued for Users **instead** of API token.

The requests authorized with it should have it passed under `Authorization` header:

:::highlight blue
`Authorization: Bearer <OAUTH_TOKEN>`
:::

The OAuth Token for User may be issued only for MPC User Interface.
