According to the docs, OpenID's profile scope is:
"Required to retrieve the member's lite profile including their id, name, and profile picture."
It doesn't provide information about the user's positions.
To access that, you should use /me with r_liteprofile or r_basicprofile, but note that access requires approval through the LinkedIn Partner Program.
See the LinkedIn API docs.