Does is_admin removal from Users API effect omniauth?

Hi,
Regarding this announcement about the is_admin field being removed from the Users API, I’m wondering if that will also affect the response to the omniauth response with contains:
“raw_info: { is_admin: 1 }”
Regards,
Kenton

Hello @Kenton :wave:

Could you elaborate a bit - which endpoint’s response do you have in mind? By “omniauth”, did you possibly mean “OAuth” instead?

Hi,
Thank you kindly for the response.
Sorry, yes I meant OAuth not omniauth.
Unfortunately, I asked the question before understanding what my code was doing. Now that I understand, I see that the library I was using is calling /v1/users/me. So that answers my question (yes it’ll be removed).
Thanks.

1 Like