Idenitity Server User info endpoint

I am trying to get more details from the UserInfo endpoint of the identity server. As of now, I am only able to get the sub, name, and email. Is there a way I can actually make it send more details like email_verified and lockout information?

User info endpoint will only return claims and the lockout information is not a claim.

See: http://docs.identityserver.io/en/stable/endpoints/userinfo.html

But you can talk to the Squidex API directly.