Routing

user-details Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /user-details
# Route name Path Log
1 api_utils_users /api/utils/users Path does not match
2 api_utils_pass /api/utils/pass/{id} Path does not match
3 api_utils_roles /api/utils/roles Path does not match
4 api_utils_add /api/utils/users/add Path does not match
5 api_utils_edit /api/utils/users/edit/{id} Path does not match
6 api_utils_reset /api/utils/users/reset/{id} Path does not match
7 api_utils_reset_locale /api/utils/users/reset/{id}/{_locale} Path does not match
8 2le-auth /2le-auth Path does not match
9 user-details /user-details Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.