Set language during Oauth user authorisation

Hi @m.yankovskyyuk,

Good question—while it’s not possible to set the language as part of the OAuth flow itself, you can set a user’s language using the PATCH Update User endpoint:

Let me know if this helps,
Will