$user.Bio() for unauthenticated user

Former Member
Former Member

we have a widget that get display $user.Bio() of a community member. It is working for authenticated user but not unauthenticated user(a user who is not signed in). For unauthenticated user, the community member's display name  like $user.DisplayName is working fine but $user.Bio() is not working.