Describe your question in as much detail as possible:
-
What are you seeing, and how does it differ from what you expect to see?
Using
Invoke-WebRequest 'https://gitlab.com/api/v4/users/7984176?access_token=glpat-KMNv5hmu7xuMbNUWpfqd' | ConvertFrom-Json
I see
PS /home/rokejulianlockhart> Invoke-WebRequest 'https://gitlab.com/api/v4/users/7984176?access_token=glpat-KMNv5hmu7xuMbNUWpfqd' | ConvertFrom-Json id : 7984176 username : rokejulianlockhart name : third="Beedell", first="Roke", second="Julian Lockhart" state : active avatar_url : https://secure.gravatar.com/avatar/f26d2001d8ddc9a89fef46e6325f5068?s=80&d=identicon web_url : https://gitlab.com/rokejulianlockhart created_at : 13/01/2021 10:04:04 bio : https://gitlab.com/-/snippets/2590066/raw/main/bio.txt.md <!-- 0. [ ] https://gitlab.com/gitlab-org/gitlab/-/issues/345241 --> location : https://gitlab.com/-/snippets/2590066/raw/main/location.txt.md public_email : rva1ss+rva1t2@rokejulianlockhart.anonaddy.com skype : rokeykokey linkedin : rokejulianlockhart twitter : i/user/3782186368 discord : 638098902570237965 website_url : http://singlel.ink/u/rokejulianlockhart organization : job_title : pronouns : it, its, he, his, him, they, their, them bot : False work_information : local_time : 11:50 PM PS /home/rokejulianlockhart>
but expect to see a
pronounciation
field. -
Consider including screenshots, error messages, and/or other helpful visuals
-
What version are you on (Hint:
/help
) ? and are you using self-managed or gitlab.com?