simon
October 2, 2024, 5:24pm
6
You can use the external_id that you have set in the DiscourseConnect payload to make an API request to Discourse. That request will return the full user Object.
This guide explains how to find a Discourse user based on their external_id from an identity provider using API calls.
Required user level: Administrator
When using an external authentication system, Discourse keeps track of two user ids: the Discourse user_id, and an external_id from the identity provider. If you need to lookup a Discourse user based on the external_id, this howto article is for you! Below, you’ll learn how to perform this operation.
API S…