dotkernel / api

DotKernel's PSR-7 REST style API built around the Mezzio API skeleton.
https://docs.dotkernel.org/api-documentation/
MIT License
36 stars 5 forks source link

User Identity route feature for searching users by identity and not uuid #328

Closed matthewpallotta closed 3 days ago

matthewpallotta commented 1 week ago

Feature request: Ability to also search by user identity to retrieve identity and user details. Ideas GET user.identity.view /user/identity/{identity} GET identity.view /identity/{identity}

alexmerlin commented 1 week ago

Hey @matthewpallotta Thank you for your message, we're glad to see your interest in Dotkernel API.

At the moment, we do not plan on adding such a feature to Dotkernel API, but we can create a short tutorial in the documentation on how to create such endpoints.

matthewpallotta commented 1 week ago

That would be very helpful as I am still learning the system.

arhimede commented 3 days ago

@matthewpallotta we have a tutorial in the API documentation about that .

https://docs.dotkernel.org/api-documentation/v5/tutorials/find-user-by-identity/