Workspace members api not returning has_2fa_enabled and few other fields

Hello, https://developer.atlassian.com/bitbucket/api/2/reference/resource/workspaces/{workspace}/members
Workspace members api documentation is showing has_2fa_enabled as one of the fields in user property in the response object. but i don’t find that in the repsonse. Even website and created_at fields are not present.
Is there any known issue with this ? thank you for any help with this

Add the parameter -

fields=*,user.*
https://api.bitbucket.org/2.0/workspaces/workspace_id/members/SOME_ID?fields=*,user.*