#Search user by UID

1 messages · Page 1 of 1 (latest)

hybrid herald
random marlin
#

Since the UID is not saved in the database but rather computed on the fly it’s not possible to search for it

small falcon
#

Weirdly it seems you can search by the UUID, but not the UID.

#

I don't get any results when searching by the user's UID, but do when searching for UUID.

#

Since the UID is provided to my application via OAuth2 and not the PK or UUID, it would be nice to actually be able to index a user in the API using it. Or at the bare minimum have a way to get a user's information (including their PK) from the API using the saved UID.

small falcon
#

Seems best way is to search by email or username at this point and then pick out the value from what gets returned based on whether it's UID field matches.