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 there is no way to set the userProfileMetadata=true query parameter for the get_user() function. Setting this parameter populates the userProfileMetadata and federatedIdentities fields in the UserRepresentation. This saves a second call to get_user_social_logins()
Currently there is no way to set the
userProfileMetadata=true
query parameter for theget_user()
function. Setting this parameter populates theuserProfileMetadata
andfederatedIdentities
fields in theUserRepresentation
. This saves a second call toget_user_social_logins()
See the documentation at https://www.keycloak.org/docs-api/latest/rest-api/index.html#_get_adminrealmsrealmusersuser_id
The text was updated successfully, but these errors were encountered: