Replies: 1 comment
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm looking for a way to fetch a principal by name or email and not by id. With that I could look up details given the names our identity system maintains. However the principal related APIs I found are only list, create, fetch, update, delete.
Am I missing a obvious way how to look up a principal by properties our IDP knows? So far the only idea we have is to keep track of stalwart principal ids with the return value from the principal create API and map it to the IDPs unique id.
Beta Was this translation helpful? Give feedback.
All reactions