This endpoint is used to get the user information.
GET/authorization/user
Get the user information.
Responses​
- 200
The user information.
- application/json
- Schema
- Example
Schema
any
{
"email": "test@test.de",
"exp": 1683660989,
"roles": "admin"
}
Loading...