-
Currently the User type in identitystore only has UserId and UserName. Is there a plan to return other user information such as phone number and email? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @boweihan , Since the SDKs clients are automatically generated from their respective service models, the SDKs cannot "add" more fields to return because there is no other data to return. Unlike the SDKs, the service teams like AWS IAM Identity Center do not have a public facing outlet like Github, so there is no way of knowing if there is a plan to add those fields in the future. I'm not sure what you are trying to achieve, but users often use their email address as their username:
Otherwise, if you are trying to get info about users logged into your system, you might want to look at AWS Cognito's claim based auth. With Cognito you can get all this info about your signed users (if they choose to give you that info). I hope this answers your question. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Hi @boweihan ,
Since the SDKs clients are automatically generated from their respective service models, the SDKs cannot "add" more fields to return because there is no other data to return.
Unlike the SDKs, the service teams like AWS IAM Identity Center do not have a public facing outlet like Github, so there is no way of knowing if there is a plan to add those fields in the future.
I'm not sure what you are trying to achieve, but users often use their email address as their username: