Users
Lookup user by Slack UID
Find a user ID by their Slack User ID. Requires an active Admin API Key supplied via the Authorization Bearer header (the api_key query param is NOT accepted for this endpoint). During migration, STATS_API_KEY is also accepted when the allow_legacy_stats_api_key Flipper flag is enabled.
get/api/v1/users/lookup_slack_uid/{slack_uid}
Path parameters
slack_uidstring required
Slack User ID (e.g. U123456)
Response
successful
Example response
{
"user_id": 42,
"slack_uid": "U0266FRGP"
}