Error 401 Unauthorized

GET http://api.dev.newretail.avp.tech/users/0193448f-44c0-7aae-828e-90bb15cf5c78

Query Metrics

4 Database Queries
4 Different statements
9.54 ms Query time
0 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 2.96 ms
SELECT u0_.id AS id_0, u0_.sub AS sub_1, u0_.email AS email_2, u0_.given_name AS given_name_3, u0_.family_name AS family_name_4, u0_.enabled AS enabled_5, u0_.permissions AS permissions_6, u0_.show_tutorial AS show_tutorial_7, u0_.last_login AS last_login_8, u0_.cognito_information_id AS cognito_information_id_9 FROM users u0_ WHERE u0_.sub = ?
Parameters:
[
  "0193448f-44c0-7aae-828e-90bb15cf5c78"
]
2 2.06 ms
SELECT t0.id AS id_1, t0.subject AS subject_2, t0.username AS username_3, t0.email AS email_4, t0.email_verified AS email_verified_5, t0.cognito_groups AS cognito_groups_6, t0.cognito_brands AS cognito_brands_7, t0.cognito_markets AS cognito_markets_8, t0.cognito_old_subs AS cognito_old_subs_9 FROM cognito_information t0 WHERE t0.id IN (?)
Parameters:
[
  1
]
3 2.13 ms
SELECT t0.id AS id_1, t0.flag_key AS flag_key_2, t0.enabled AS enabled_3 FROM feature_flag t0 WHERE t0.flag_key = ? LIMIT 1
Parameters:
[
  "auth_logs_enabled"
]
4 2.38 ms
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.name AS name_3, t0.description AS description_4, t0.editable AS editable_5, t0.last_update AS last_update_6 FROM role t0 INNER JOIN user_role ON t0.id = user_role.role_id WHERE user_role.user_id = ?
Parameters:
[
  1
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\User 1
App\Entity\CognitoInformation 1
App\Entity\Role 1

Entities Mapping