Retrieving user_id for API use

I am using SSO as the only way to sign in, therefore I know my forum users’ external_id, but for the sake of using the API I need to know their forum user ID (right?). The API doesn’t seem to have a feature to search for user ids based on their external ID. How have people managed this?

1 Like

There’s a /users/by-external/id route, I believe. Possibly with /admin/ in front.

2 Likes