SSO BridgeUsersLookup a user by id, username, or emailVersion: v0.20.1Lookup a user by id, username, or email GET /api/users/lookup Finds a user by their id, username, or email address. Provide exactly one of the query parameters. This endpoint is unauthenticated to allow service-to-service lookups. Request Responses200404User found.User not found.