You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the List Identity API service returns the Identity data without the credentials section, and I you want to get it, you need to use the individual Get Identity service.
Describe your ideal solution
Include the credentials section as optional only if the user adds the include_credential param when calling the ListIdentities API. It's the same param that already has the Get Identity API.
Workarounds or alternatives
Return by default the credentials section, but it wouldn't be a good solution, since it's not solved like this for the other related Identity APIs.
Version
0.11
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Preflight checklist
Describe your problem
Currently, the List Identity API service returns the Identity data without the
credentials
section, and I you want to get it, you need to use the individual Get Identity service.Describe your ideal solution
Include the credentials section as optional only if the user adds the
include_credential
param when calling the ListIdentities API. It's the same param that already has the Get Identity API.Workarounds or alternatives
Return by default the credentials section, but it wouldn't be a good solution, since it's not solved like this for the other related Identity APIs.
Version
0.11
Additional Context
No response
The text was updated successfully, but these errors were encountered: