This endpoint is used to get the user information.
GEThttps://localhost:8900/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"
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://localhost:8900/authorization/user' \
-H 'Accept: application/json'