Is the "browser" field of the User record in the v2 api?

I don’t see the browser field in the v2 user api. Is it accessible at all from the API?

There is no browser property associated with the user by default so that is something you won’t get when querying user information through the API. I guess you’re referring to the browser information that is show on the user details section of the Dashboard; if that’s the case, then have in mind that information is retrieved by querying the user logs and using the latest available information about the user agent used during an authentication event.